pub trait ByteOrderSpec: Copy + Default {
const ORDER: ByteOrder;
}Expand description
Describes a type-level byte order.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".