Expand description
Exceptions defined in Python’s asyncio
module.
Structs§
- CancelledError 
- A Rust type representing an exception defined in Python code.
- IncompleteRead Error 
- A Rust type representing an exception defined in Python code.
- InvalidState Error 
- A Rust type representing an exception defined in Python code.
- LimitOverrun Error 
- A Rust type representing an exception defined in Python code.
- QueueEmpty 
- A Rust type representing an exception defined in Python code.
- QueueFull 
- A Rust type representing an exception defined in Python code.
- TimeoutError 
- A Rust type representing an exception defined in Python code.