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

pub struct LookupError;

Methods

impl LookupError
[src]

Trait Implementations

impl From<LookupError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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

impl Send for LookupError

impl Sync for LookupError