Trait pyo3_asyncio::generic::JoinError[][src]

pub trait JoinError {
    fn is_panic(&self) -> bool;
}
Expand description

Generic utilities for a JoinError

Required methods

Check if the spawned task exited because of a panic

Implementations on Foreign Types

Implementors