Type Alias ThrowCallback

Source
pub type ThrowCallback = Box<dyn FnMut(Python<'_>, Option<PyErr>) + Send>;
Expand description

Callback for Python coroutine throw method (see asyncio::Coroutine::new) and async generator athrow method (see asyncio::AsyncGenerator::new).

Aliased Typeยง

struct ThrowCallback(/* private fields */);