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