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 */ }