Struct lib_ruby_parser::nodes::Line [−][src]
#[repr(C)]pub struct Line {
pub expression_l: Loc,
}
Expand description
Represents a special __LINE__
literal
Fields
expression_l: Loc
Location of the __LINE__
literal
__LINE__
~~~~~~~~
Implementations
Returns expression_l
field
Sets expression_l
field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Line
impl UnwindSafe for Line
Blanket Implementations
Mutably borrows from an owned value. Read more