Function rlp::encode_list

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