Function arrow_ipc::gen::Message::root_as_message_unchecked
source · 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
.