PyUnicode

Type Alias PyUnicode 

Source
pub type PyUnicode = PyString;
๐Ÿ‘ŽDeprecated since 0.23.0: use PyString instead
Expand description

Deprecated alias for PyString.

Aliased Typeยง

pub struct PyUnicode(/* private fields */);