Enum backtrace::PrintFmt [−][src]
pub enum PrintFmt {
Short,
Full,
// some variants omitted
}
Expand description
The styles of printing that we can print
Variants
Short
Prints a terser backtrace which ideally only contains relevant information
Full
Prints a backtrace that contains all possible information
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrintFmt
impl UnwindSafe for PrintFmt
Blanket Implementations
Mutably borrows from an owned value. Read more