pub trait WriteBytes { // Required method fn write(&mut self, slice: &[u8]); }
An infallible byte writer
Write bytes