pub trait QuickSerialize { // Provided method fn quick_serialize(&self, _octets: &mut [u8]) -> usize { ... } }