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.
the exact storage type, for example u8 or u16.