pub fn encode_fixed_size<T: MaxEncodedLen<LEN>, const LEN: usize>( value: &T, ) -> ArrayVec<u8, LEN>
arrayvec
Encode a type with a known maximum size.