Expand description
Family-neutral frame views.
UFrameView is the shared vocabulary for reading a validated frame’s
metadata and ordered payload bytes. Both experimental transport families
(owned frames and zero-copy leases) expose their received frames through
it, and validate_frame_view_for_transport is the shared boundary check
a transport runs before handing a frame to the caller.
Traits§
- UFrame
View - Role: the neutral read vocabulary every received frame speaks, whatever the family; implemented by frames and leases, consumed by decoding code — see the trait map.
Functions§
- validate_
frame_ view_ for_ transport - Validates a frame view before returning it from a public zero-copy boundary.