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