Trait TracebackCallbackAsync

Source
pub trait TracebackCallbackAsync {
    // Required method
    fn call(
        &self,
        error: TracebackError,
    ) -> Pin<Box<dyn Future<Output = ()> + Send + Sync>>;
}

Required Methods§

Source

fn call( &self, error: TracebackError, ) -> Pin<Box<dyn Future<Output = ()> + Send + Sync>>

Implementors§