Type Alias kitsune_p2p_types::tx2::tx2_adapter::OutChan

source ·
pub type OutChan = Box<dyn AsFramedWriter>;
Expand description

Tx backend write stream type.

Aliased Type§

struct OutChan(/* private fields */);