quic_rpc::server

Type Alias BoxedServiceEndpoint

Source
pub type BoxedServiceEndpoint<S> = ServerEndpoint<<S as Service>::Req, <S as Service>::Res>;
Expand description

Type alias for a service endpoint

Aliased Typeยง

struct BoxedServiceEndpoint<S>(/* private fields */);