pub unsafe fn size_prefixed_root_as_request_unchecked(buf: &[u8]) -> Request<'_>
Expand description

Assumes, without verification, that a buffer of bytes contains a size prefixed Request and returns it.

Safety

Callers must trust the given bytes do indeed contain a valid size prefixed Request.