Trait kitsune_p2p_types::tx2::tx2_adapter::InChanRecvAdapt[][src]

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

Tx backend adapter for incoming InChan instances.

Implementors