pub fn local<S, B>(svc: S) -> BoxGrpcService
Available 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) -> BoxGrpcService
box-grpc
only.Constructs a BoxGrpcService
by erasing the type of an S
-typed local
(in-process) service instance.