Type Alias rustpython_vm::builtins::PyStrInterned
source · pub type PyStrInterned = PyInterned<PyStr>;
Expand description
The unique reference of interned PyStr Always intended to be used as a static reference
pub type PyStrInterned = PyInterned<PyStr>;
The unique reference of interned PyStr Always intended to be used as a static reference