Function fastrlp::encode_fixed_size

source ·
pub fn encode_fixed_size<E: MaxEncodedLen<LEN>, const LEN: usize>(
    v: &E
) -> ArrayVec<u8, LEN>