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

Tx backend adapter for incoming Con instances.

Implementors