Type Alias NamedKeys

Source
pub type NamedKeys = BTreeMap<String, Key>;
Expand description

Collection of named keys

Aliased Typeยง

struct NamedKeys { /* private fields */ }