Struct backtrace_parser::Frame[][src]

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

Represents a parsed stack frame.

Methods

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

Important traits for Symbols<'a>

Create an iterator over the symbols in this stack frame.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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