Function plain::from_mut_bytes

source ·
pub fn from_mut_bytes<T>(bytes: &mut [u8]) -> Result<&mut T, Error>where
    T: Plain,
Expand description

See from_bytes().

Does the same, except with mutable references.