pub type ConFut = Pin<Box<dyn Future<Output = Result<(Arc<dyn ConAdapt, Global>, Box<dyn InChanRecvAdapt<Item = Pin<Box<dyn Future<Output = Result<Box<dyn AsFramedReader, Global>, KitsuneError>> + Send, Global>>>, Global>), KitsuneError>> + Send, Global>>;
Expand description

Tx backend future resolves to a Con instance.