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

pub struct KeyboardInterrupt;

Methods

impl KeyboardInterrupt
[src]

Trait Implementations

impl From<KeyboardInterrupt> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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