Type Alias ply_rs::ply::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.