decode_list

Function decode_list 

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