pub type ContinuousServiceInput<Request, Response, Streams = ()> = In<ContinuousService<Request, Response, Streams>>;Expand description
Use this to reduce the bracket noise when you need In<ContinuousService>.
Aliased Type§
pub struct ContinuousServiceInput<Request, Response, Streams = ()>(pub ContinuousService<Request, Response, Streams>);Tuple Fields§
§0: ContinuousService<Request, Response, Streams>