Type Definition ply_rs::ply::KeyMap

source · []
pub type KeyMap<V> = LinkedHashMap<String, V>;
Expand description

Alias to reduce coupling with LinkedHashMap

Trait Implementations

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