Type Alias Dict

Source
type Dict<'py> = Bound<'py, PyDict>;

Aliased Type§

struct Dict<'py>(/* private fields */);
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here