pub trait Payload { // Required methods fn ptr(&self) -> *const u8; fn size(&self) -> usize; }
Buffers