Type Definition scsys_core::Dictionary

source ·
pub type Dictionary<K = String, V = String> = HashMap<K, V>;
Expand description

Type alias for std::collections::HashMap defaulting to a (String, String) type