pub type OutChanFut = Pin<Box<dyn Future<Output = Result<Box<dyn AsFramedWriter + 'static, Global>, KitsuneError>> + Send + 'static, Global>>;
Expand description

Tx backend future resolves to OutChan type.