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

pub struct TimeoutError;

Methods

impl TimeoutError
[src]

Trait Implementations

impl From<TimeoutError> for PyErr
[src]

Performs the conversion.

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

Performs the conversion.

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