SymmetricFramed

Type Alias SymmetricFramed 

Source
pub type SymmetricFramed<R, W, C, F, Item> = Framed<R, W, C, F, Item, Item>;
Expand description

Framed with same In ([Sink]) and Out ([Stream::Item]) type

Aliased Typeยง

pub struct SymmetricFramed<R, W, C, F, Item> { /* private fields */ }