Trait Stream

Source
pub trait Stream: for<'a> StreamBase<'a> { }
Expand description

A stream that bytes can be read from or written to.

Implementors§

Source§

impl<S: for<'a> StreamBase<'a>> Stream for S