struct LexicalBlock [src]

Fields

scope: Metadata
file: Metadata
line: u32
column: u32

Source

pub const LexicalBlock = struct { scope: Metadata, file: Metadata, line: u32, column: u32, }