pub trait Bitfield {
type Storage;
}Expand description
Trait implemented by all bitfields generated by the crate in order to know their storage type.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".