Skip to main content

root_as_header_unchecked

Function root_as_header_unchecked 

Source
pub unsafe fn root_as_header_unchecked(buf: &[u8]) -> Header<'_>
Expand description

Assumes, without verification, that a buffer of bytes contains a Header and returns it.

ยงSafety

Callers must trust the given bytes do indeed contain a valid Header.