pub type AsyncServiceInput<Request, Streams = ()> = In<AsyncService<Request, Streams>>;Expand description
Use this to reduce backet noise when you need In<AsyncService<R, S>>.
Aliased Type§
pub struct AsyncServiceInput<Request, Streams = ()>(pub AsyncService<Request, Streams>);Tuple Fields§
§0: AsyncService<Request, Streams>