Struct cpython::PyBytes [] [src]

pub struct PyBytes(_);

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