pub struct BacktraceFrameFmt<'fmt, 'a, 'b> { /* private fields */ }
Expand description

A formatter for just one frame of a backtrace.

This type is created by the BacktraceFmt::frame function.

Implementations§

Prints a BacktraceFrame with this frame formatter.

This will recursively print all BacktraceSymbol instances within the BacktraceFrame.

Required features

This function requires the std feature of the backtrace crate to be enabled, and the std feature is enabled by default.

Prints a BacktraceSymbol within a BacktraceFrame.

Required features

This function requires the std feature of the backtrace crate to be enabled, and the std feature is enabled by default.

Prints a raw traced Frame and Symbol, typically from within the raw callbacks of this crate.

Adds a raw frame to the backtrace output.

This method, unlike the previous, takes the raw arguments in case they’re being source from different locations. Note that this may be called multiple times for one frame.

Adds a raw frame to the backtrace output, including column information.

This method, like the previous, takes the raw arguments in case they’re being source from different locations. Note that this may be called multiple times for one frame.

Trait Implementations§

Executes the destructor for this type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.