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.

Implementors§