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

Tx backend future resolves to OutChan type.

Aliased Type§

struct OutChanFut { /* private fields */ }