Struct pyo3::exc::IndexError [] [src]

pub struct IndexError;

Methods

impl IndexError
[src]

[src]

[src]

Trait Implementations

impl From<IndexError> for PyErr
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl PyTypeObject for IndexError
[src]

[src]

Initialize type object

[src]

Retrieves the type object for this Python object type.

[src]

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations

impl Send for IndexError

impl Sync for IndexError