Type Alias SymmetricFramed
pub type SymmetricFramed<R, W, C, F, Item> = Framed<R, W, C, F, Item, Item>;Available on crate feature
io only.Expand description
Framed with same In (Sink) and Out (Stream::Item) type
Aliased Typeยง
pub struct SymmetricFramed<R, W, C, F, Item> { /* private fields */ }