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

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

Generic utilities for a JoinError

Required methods

fn is_panic(&self) -> bool[src]

Check if the spawned task exited because of a panic

Loading content...

Implementors

Loading content...