devela::_dep::pyo3::types

Type Alias PyUnicode

pub type PyUnicode = PyString;
๐Ÿ‘ŽDeprecated since 0.23.0: use PyString instead
Available on crate features dep_pyo3 and std only.
Expand description

Deprecated alias for PyString.

Aliased Typeยง

struct PyUnicode(/* private fields */);