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