pyo3::types

Type Alias 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 */);