cpython
pub struct PyBytes(_);
Represents a Python byte string. Corresponds to str in Python 2, and bytes in Python 3.
str
bytes