Function error_chain::make_backtrace [] [src]

pub fn make_backtrace() -> Option<Arc<Backtrace>>

Returns a backtrace of the current call stack if RUST_BACKTRACE is set to anything but 0, and None otherwise. This is used in the generated error implementations.