pub const fn capture_mode() -> CaptureModeExpand description
Return the stack capture mode compiled into this build.
Linux x86_64/aarch64 builds use the fast frame-pointer unwinder when the
default frame-pointer feature is enabled. Other builds use the backtrace
crate fallback.