Struct librsnek::runtime::interpreter::TracebackFrame [] [src]

pub struct TracebackFrame {
    frame: RtObject,
    line: usize,
}

Lighter weight read only version of InterpreterFrame without the value stack

Fields

Methods

impl TracebackFrame
[src]

Trait Implementations

impl Clone for TracebackFrame
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl Debug for TracebackFrame
[src]

Formats the value using the given formatter.

impl<'a> From<&'a InterpreterFrame> for TracebackFrame
[src]

Convert an InterpreterFrame into a TracebackFrame by