[][src]Function rlp::decode_list

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