vec_from_bytes

Function vec_from_bytes 

pub fn vec_from_bytes<T>(bytes: &[u8]) -> Vec<T>
where T: Pod,