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.