pub trait Packing<const WORD_SIZE: u8>: Sealed {
const FPACK: u32;
}Expand description
Packing is useful to have function variants over so is provided as a trait
Required Associated Constants§
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.