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