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ยง
pub struct ThrowCallback(/* private fields */);