Function plain::as_mut_bytes [] [src]

pub fn as_mut_bytes<S: ?Sized>(s: &mut S) -> &mut [u8] where
    S: Plain

Safely converts a reference to a mutable byte slice of appropriate length.

This function cannot fail.