Trait Stream

Source
pub trait Stream: Read + Write { }

Implementors§

Source§

impl<T> Stream for T
where T: Read + Write,