pub fn from_bytes<T>(s: &[u8]) -> &Twhere T: CheckedBitPattern,
dep_bytemuck
Re-interprets &[u8] as &T.
&[u8]
&T
This is try_from_bytes but will panic on error.
try_from_bytes