pub trait DualPackingAllowed: Sealed { }Expand description
Marks transceivers allowed to use dual data-packing mode.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait DualPackingAllowed: Sealed { }Marks transceivers allowed to use dual data-packing mode.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".