#[non_exhaustive]
pub enum BacktraceStyle {
Short,
Full,
Off,
}
ð¬This is a nightly-only experimental API. (panic_backtrace_config
#93346) Expand description
The configuration for whether and how the default panic hook will capture and display the backtrace.
This enum is marked as non-exhaustiveNon-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§ ð¬This is a nightly-only experimental API. (panic_backtrace_config
#93346)
Prints a terser backtrace which ideally only contains relevant information.
§ ð¬This is a nightly-only experimental API. (panic_backtrace_config
#93346)
Prints a backtrace with all possible information.
§ ð¬This is a nightly-only experimental API. (panic_backtrace_config
#93346)
Disable collecting and displaying backtraces.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4