[][src]Function rlp::encode_list

pub fn encode_list<E, K>(object: &[K]) -> Vec<u8> where
    E: Encodable,
    K: Borrow<E>,