pub trait FixedLengthSerialize<const N: usize> { // Required method fn serialize_fixed(self) -> [u8; N]; }