Struct backtrace_parser::Backtrace[][src]

pub struct Backtrace<'a> { /* fields omitted */ }

Represents a parsed backtrace.

Methods

impl<'a> Backtrace<'a>
[src]

Parse the provided input string and return either a parsed backtrace, or a parse error.

Important traits for Frames<'a>

Create an iterator over the stack frames in this backtrace.

Trait Implementations

impl<'a> Debug for Backtrace<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Backtrace<'a>

impl<'a> !Sync for Backtrace<'a>