Type Definition scsys::Dictionary

source · []
pub type Dictionary<T = String> = HashMap<String, Box<T>>;
Expand description

A simplistic wrapper for the HashMap Assigns a (string) -> (Box) where T defaults to a String