pub type PerNumaStorage<T> = Storage<T, PerNuma>;
Storage type that uses the PerNuma strategy.
PerNuma
pub struct PerNumaStorage<T> { /* private fields */ }