pub trait OutputBuffer { // Required method fn write(&mut self, data: &[u8]) -> Result<usize, Errno>; }