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