Type Definition ply_rs::ply::KeyMap
[−]
[src]
type KeyMap<V> = LinkedHashMap<String, V>;
Alias to reduce coupling with LinkedHashMap
type KeyMap<V> = LinkedHashMap<String, V>;
Alias to reduce coupling with LinkedHashMap
impl<V: Key> Addable<V> for KeyMap<V>
[src]