pub type GrpcServer<H> = InterceptedService<TaskServiceServer<TaskApiService<H>>, BearerAuth>;Expand description
Complete gRPC service returned by GrpcApi::server.
The BearerAuth interceptor is always present.
It passes calls through when no token is configured.
Aliased Typeยง
pub struct GrpcServer<H> { /* private fields */ }