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

Tx backend future resolves to InChan instance.