Function rlp::decode_list

source ยท
pub fn decode_list<T>(bytes: &[u8]) -> Vec<T>
where T: Decodable,