Trait runnel::StreamOutLock[][src]

pub trait StreamOutLock: Write {
    fn buffer(&self) -> &[u8];
fn buffer_str(&mut self) -> &str; }
Expand description

A locked reference to StreamOut

Required methods

Implementors