Type Definition ply_rs::ply::KeyMap [] [src]

type KeyMap<V> = LinkedHashMap<String, V>;

Alias to reduce coupling with LinkedHashMap

Trait Implementations

impl<V: Key> Addable<V> for KeyMap<V>
[src]

[src]

Takes a value that provides a key and stores it under the given key.