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

A tx backend Con is both the ability to make outgoing channels, but also to receive incoming channels.