Struct pyo3::exc::KeyError[][src]

pub struct KeyError;

Methods

impl KeyError
[src]

Trait Implementations

impl From<KeyError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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

impl Sync for KeyError