pub trait ExactAssociatedStorage {
type Storage: BitStorage;
}Expand description
Required Associated Types§
Sourcetype Storage: BitStorage
type Storage: BitStorage
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".