Skip to main content

ExactAssociatedStorage

Trait ExactAssociatedStorage 

Source
pub trait ExactAssociatedStorage {
    type Storage: BitStorage;
}
Expand description

a trait implemented for BitLength types that have an exact associated storage type, for example u8 or u16.

Required Associated Types§

Source

type Storage: BitStorage

the exact storage type, for example u8 or u16.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§