pub trait InChanRecvAdapt: 'static + Send + Unpin + Stream<Item = InChanFut> { }
Expand description

Tx backend adapter for incoming InChan instances.

Implementors