pub trait SecureCoding: Referencing { }Expand description
Trait for objects that support secure coding.
C++ equivalent: NS::SecureCoding<_Class, _Base>
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.