pub fn convert_to_bytes_vec<T: NoUninit>(from: &[T]) -> Vec<u8> ⓘ
Convert from &[T] to Vec<u8>.
&[T]
Vec<u8>