pub trait IpcTypeWriter { // Required method fn write_buffer(self, ib: &mut IpcBuffer, off: &mut usize); }