arrow_ipc::gen::Message

Function root_as_message_unchecked

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

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

ยงSafety

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