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

Type Alias UNativePrefixWireTransport

Source
pub type UNativePrefixWireTransport<TCore, W> = UWireTransport<TCore, W, NativePrefixFrameMetadataCodec>;
Expand description

Selected-wire transport using the canonical UFrame metadata field block.

Ordinary selected-wire construction is canonical-by-default per R2W. The legacy protobuf-UAttributes metadata profile remains available only via the explicitly legacy-named aliases/constructors below.

Aliased Typeยง

struct UNativePrefixWireTransport<TCore, W> { /* private fields */ }