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

Tx backend future resolves to InChan instance.