pub type SqlQueryHandlerRef<E> = Arc<dyn SqlQueryHandler<Error = E> + Send + Sync>;
struct SqlQueryHandlerRef<E> { /* private fields */ }