pub type OutChanFut = BoxFuture<'static, KitsuneResult<OutChan>>;
Expand description

Tx backend future resolves to OutChan type.