Function plain::from_mut_bytes [] [src]

pub fn from_mut_bytes<T: ?Sized>(bytes: &mut [u8]) -> Result<&mut T, Error> where T: Methods

See from_bytes().

Does the same, except with mutable references.