Function rlp::decode_list

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