Struct lib_ruby_parser::nodes::Next [−][src]
Expand description
Represents next keyword
Fields
args: Vec<Node>Arguments given to next
keyword_l: LocLocation of the next keyword
next 42
expression_l: LocLocation of the full expression
next(42)
~~~~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Nextimpl UnwindSafe for NextBlanket Implementations
Mutably borrows from an owned value. Read more