pub trait TopDecodeMultiLength { const LEN: usize; // Provided method fn get_len() -> usize { ... } }