Struct addr2line::Frame[][src]

pub struct Frame<R: Reader> {
    pub function: Option<FunctionName<R>>,
    pub location: Option<Location>,
}

A function frame.

Fields

The name of the function.

The source location corresponding to this frame.

Auto Trait Implementations

impl<R> Send for Frame<R> where
    R: Send

impl<R> Sync for Frame<R> where
    R: Sync