Function fastrlp::encode_fixed_size

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