Function to_bytes

Source
pub fn to_bytes<T>(data: &[T]) -> Vec<u8> 
where T: Pod,