Skip to main content

encode_fixed_size

Function encode_fixed_size 

Source
pub fn encode_fixed_size<T: MaxEncodedLen<LEN>, const LEN: usize>(
    value: &T,
) -> ArrayVec<u8, LEN>
Expand description

Encode a type with a known maximum size.