pub type InChanFut = BoxFuture<'static, KitsuneResult<InChan>>;
Expand description

Tx backend future resolves to InChan instance.

Aliased Type§

struct InChanFut { /* private fields */ }