pub fn local<S, B>(svc: S) -> BoxGrpcServiceAvailable on crate feature 
box-grpc only.Expand description
Constructs a BoxGrpcService by erasing the type of an S-typed local
(in-process) service instance.
pub fn local<S, B>(svc: S) -> BoxGrpcServicebox-grpc only.Constructs a BoxGrpcService by erasing the type of an S-typed local
(in-process) service instance.