pub trait InChanRecvAdapt: 'static + Send + Unpin + Stream<Item = Pin<Box<dyn Future<Output = Result<Box<dyn AsFramedReader, Global>, KitsuneError>> + Send, Global>>> { }
Expand description

Tx backend adapter for incoming InChan instances.

Implementors§