Struct pyo3::exc::asyncio::CancelledError[][src]

pub struct CancelledError;

Methods

impl CancelledError
[src]

Trait Implementations

impl From<CancelledError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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