Trait escapade::SafeWrite [] [src]

pub trait SafeWrite<T> {
    fn write_str(&mut self, buffer: T) -> Result<()>;
}

Required Methods

Implementors