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