pyo3::types::string

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(PyAny);

Fields§

§0: PyAny
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here