Function plain::slice_from_mut_bytes_len
source · pub fn slice_from_mut_bytes_len<T>(
bytes: &mut [u8],
len: usize
) -> Result<&mut [T], Error>where
T: Plain,
Expand description
Does the same, except with mutable references.