pub type PyStrInterned = PyInterned<PyStr>;
Expand description
The unique reference of interned PyStr Always intended to be used as a static reference
Aliased Type§
struct PyStrInterned { /* private fields */ }
pub type PyStrInterned = PyInterned<PyStr>;
The unique reference of interned PyStr Always intended to be used as a static reference
struct PyStrInterned { /* private fields */ }