pub trait SerializeToU8: Sized { // Required method fn to_u8(&self) -> Vec<u8> ⓘ; }
Marker trait for types