Crate traceback_error

Source

Re-exports§

pub use paste;
pub use serde_json;

Modules§

block_on
set_callback

Macros§

pin_mut
set_traceback
Sets a custom traceback callback for error handling in a Rust program.
traceback
A macro for creating instances of the TracebackError struct with various options.

Structs§

TracebackError
A custom error struct for handling tracebacks in Rust applications.

Statics§

TRACEBACK_ERROR_CALLBACK
Traceback Error Callback

Functions§

default_callback
Default Traceback Error Callback