Function vec_copy_to_u8

Source
pub(crate) fn vec_copy_to_u8<T>(vec: &[T]) -> Vec<u8> 
where T: Pod,