Struct pyo3::exc::ImportError[][src]

pub struct ImportError;

Methods

impl ImportError
[src]

Trait Implementations

impl From<ImportError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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

impl Sync for ImportError