1 2 3 4 5
//! This module previously defined the `KeyType` trait. The key type is now //! fixed to `usize` across the library. /// Canonical key type used throughout the library. pub type Key = usize;