pub trait BitWidth: BitWidth { }
Expand description
Type-level bit-width of an encoding.
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.
pub trait BitWidth: BitWidth { }
Type-level bit-width of an encoding.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.