pub trait AsIpcPacket { // Required methods fn timestamp(&self) -> &SystemTime; fn data(&self) -> &[u8] ⓘ; }