Skip to main content

transmute_from_bytes_vec

Function transmute_from_bytes_vec 

Source
pub fn transmute_from_bytes_vec<T: Pod>(from: Vec<u8>) -> Vec<T>
Expand description

Transmute from Vec<u8> to Vec<T>.