Struct pyo3::exc::InterruptedError[][src]

pub struct InterruptedError;

Methods

impl InterruptedError
[src]

Trait Implementations

impl From<InterruptedError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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