py_dict

Function py_dict 

Source
pub fn py_dict<K, V>() -> PyDictionary<K, V>
where K: Clone + Eq + Hash, V: Clone,
Expand description

Helper function for dictionary creation (common in compiled code)