Struct lucia_lang::errors::TracebackFrame
source · pub struct TracebackFrame {
pub pc: usize,
pub operate_stack: Vec<Value>,
pub closure: Closure,
}Expand description
Traceback info of stack frame.
Fields§
§pc: usize§operate_stack: Vec<Value>§closure: ClosureTrait Implementations§
source§impl Clone for TracebackFrame
impl Clone for TracebackFrame
source§fn clone(&self) -> TracebackFrame
fn clone(&self) -> TracebackFrame
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more