Struct pyo3::exc::UnicodeError[][src]

pub struct UnicodeError;

Methods

impl UnicodeError
[src]

Trait Implementations

impl From<UnicodeError> for PyErr
[src]

Performs the conversion.

impl<T> Into<PyResult<T>> for UnicodeError
[src]

Performs the conversion.

impl PyTypeObject for UnicodeError
[src]

Initialize type object

Retrieves the type object for this Python object type.

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations