Struct pyo3::prelude::exc::AttributeError[][src]

pub struct AttributeError;

Methods

impl AttributeError
[src]

Trait Implementations

impl From<AttributeError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

impl PyTypeObject for AttributeError
[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