pub trait ConRecvAdapt: 'static + Send + Unpin + Stream<Item = Pin<Box<dyn Future<Output = Result<(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>), KitsuneError>> + Send + 'static, Global>>> { }
Expand description

Tx backend adapter for incoming Con instances.

Implementors§