Preview of the proposed up-rust native-frame-model branch (up-rust b6b99c6d, up-spec f0e9b17) — not released documentation. branch · write-up

Trait UZeroCopyRxLease

Source
pub trait UZeroCopyRxLease: UFrameView { }
Expand description

Role: a received payload read in place; dropping it returns the storage — see the trait map.

Receive-side zero-copy frame lease returned by a transport.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§