Function fastrlp::encode_list

source ·
pub fn encode_list<E, K>(v: &[K], out: &mut dyn BufMut)where
    E: Encodable + ?Sized,
    K: Borrow<E>,