to_array

Function to_array 

Source
pub fn to_array<A>(slice: &[u8]) -> A
where A: Sized + Default + AsMut<[u8]>,