pub trait StreamOutLock: Write {
    fn buffer(&self) -> &[u8]Notable traits for &'_ mut [u8]impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8];
    fn buffer_str(&mut self) -> &str;
}
Expand description

A locked reference to StreamOut

Required Methods

Implementors