pub trait VariableLengthFromBytes: Sized { // Required method fn from_bytes(bytes: &[u8]) -> Result<(Self, usize)>; }