Struct cpython::PyString [] [src]

pub struct PyString(_);

Represents a Python unicode string. Corresponds to unicode in Python 2, and str in Python 3.