Enum backtrace::PrintFmt [−][src]
pub enum PrintFmt {
Short,
Full,
// some variants omitted
}
Expand description
The styles of printing that we can print
Variants
Prints a terser backtrace which ideally only contains relevant information
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
Compare self to key
and return true
if they are equal.