Type Alias pyo3::types::PyUnicode

source ·
pub type PyUnicode = PyString;
👎Deprecated since 0.23.0: use PyString instead
Expand description

Deprecated alias for PyString.

Aliased Type§

struct PyUnicode(/* private fields */);