Trait format_struct::endian::FixedEndian
source · pub trait FixedEndian: Sealed + Copy {
const ENDIAN: Endian;
}
Expand description
Trait for types that represent fixed endianness.
Required Associated Constants§
Object Safety§
This trait is not object safe.