Struct gluon_vm::compiler::DebugInfo [] [src]

pub struct DebugInfo {
    pub source_map: SourceMap,
    pub local_map: LocalMap,
    pub upvars: Vec<UpvarInfo>,
    pub source_name: String,
}

Fields

Maps instruction indexes to the line that spawned them

Trait Implementations

impl Debug for DebugInfo
[src]

Formats the value using the given formatter.