Function zero::read_unsafe

source ·
pub unsafe fn read_unsafe<T: Sized>(input: &[u8]) -> &T
Expand description

Reads a T from input with no checks.