KeyRing

Type Alias KeyRing 

Source
pub type KeyRing = HashMap<Key, String>;
Expand description

A map from Key to String (name).

Aliased Typeยง

pub struct KeyRing { /* private fields */ }