Type Definition kitsune_p2p_types::tx2::tx2_adapter::Con[][src]

pub type Con = (Arc<dyn ConAdapt>, Box<dyn InChanRecvAdapt>);
Expand description

A tx backend Con is both the ability to make outgoing channels, but also to receive incoming channels.