Trait tonic::transport::server::NamedService [−][src]
A trait to provide a static reference to the service’s name. This is used for routing service’s within the router.
A trait to provide a static reference to the service’s name. This is used for routing service’s within the router.
impl<S: NamedService, T> NamedService for Either<S, T>
[src]