Function hyperion::api::flat::message::hyperion_reply_generated::hyperionnet::root_as_reply_unchecked
source · pub unsafe fn root_as_reply_unchecked(buf: &[u8]) -> Reply<'_>
Expand description
Assumes, without verification, that a buffer of bytes contains a Reply and returns it.
Safety
Callers must trust the given bytes do indeed contain a valid Reply
.