trait WriteBufExt { // Required method fn get_out_buf(&mut self) -> OutBuffer<'_, WriteBufferWrapper<'_>>; }