quic_rpc::server

Type Alias BoxedChannelTypes

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

Type alias for when you want to require a boxed channel

Aliased Typeยง

struct BoxedChannelTypes<S> { /* private fields */ }