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

Tx backend write stream type.

Aliased Type§

struct OutChan(/* private fields */);