macro_rules! trace {
    () => { ... };
}
Available on crate feature backtrace only.
Expand description

Generate a backtrace

If RUST_BACKTRACE is 1 or full then this will return Some(Backtrace), otherwise, NONE.