pub trait UWireDecodeOwned<T>: for<'a> DecodePayload<'a, T> { }Expand description
Wire-level owned decode helper alias for existing payload codecs.
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.