Struct pyo3::exc::asyncio::TimeoutError
[−]
[src]
pub struct TimeoutError;
Methods
impl TimeoutError[src]
fn new<T: ToPyObject + 'static>(args: T) -> PyErr where
Self: PyTypeObject + Sized, [src]
Self: PyTypeObject + Sized,
fn into<R, T: ToPyObject + 'static>(args: T) -> PyResult<R> where
Self: PyTypeObject + Sized, [src]
Self: PyTypeObject + Sized,
Trait Implementations
impl<T> Into<PyResult<T>> for TimeoutError[src]
impl PyTypeObject for TimeoutError[src]
fn init_type()[src]
Initialize type object
fn type_object() -> Py<PyType>[src]
Retrieves the type object for this Python object type.
fn create(py: Python) -> PyResult<PyRawObject> where
Self: Sized + PyObjectAlloc<Self> + PyTypeInfo, [src]
Self: Sized + PyObjectAlloc<Self> + PyTypeInfo,
Create PyRawObject which can be initialized with rust value