Struct lib_ruby_parser::nodes::File [−][src]
#[repr(C)]pub struct File { pub expression_l: Loc, }
Expand description
Represents a special __FILE__ literal
Fields
expression_l: LocLocation of the __FILE__ literal
__FILE__
~~~~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fileimpl UnwindSafe for FileBlanket Implementations
Mutably borrows from an owned value. Read more