pub type KeyRing = HashMap<Key, String>;
A map from Key to String (name).
Key
String
pub struct KeyRing { /* private fields */ }