Type Alias PyUnicode
pub type PyUnicode = PyString;
๐Deprecated since 0.23.0: use
PyString
insteadAvailable on crate features
dep_pyo3
and std
only.Expand description
Deprecated alias for PyString
.
Aliased Typeยง
struct PyUnicode(/* private fields */);