devela::_dep::bytemuck::checked

Function from_bytes

pub fn from_bytes<T>(s: &[u8]) -> &T
Available on crate feature dep_bytemuck only.
Expand description

Re-interprets &[u8] as &T.

ยงPanics

This is try_from_bytes but will panic on error.