pub type NamedKeys = BTreeMap<String, Key>;
Collection of named keys
struct NamedKeys { /* private fields */ }