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.