ply_rs::ply

Type Alias KeyMap

Source
pub type KeyMap<V> = LinkedHashMap<String, V>;
Expand description

Alias to reduce coupling with LinkedHashMap

Aliased Type§

struct KeyMap<V> { /* private fields */ }

Trait Implementations§

Source§

impl<V: Key> Addable<V> for KeyMap<V>

Source§

fn add(&mut self, value: V)

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