pub(crate) trait WriteAllCount { // Required method fn write_all_count(&mut self, buf: &[u8]) -> Result<usize>; }