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

Tx backend adapter for incoming InChan instances.

Implementors§