Struct lib_ruby_parser::nodes::Return [−][src]
Expand description
Represents return keyword
Fields
args: Vec<Node>A list of values that is returned
keyword_l: LocLocation of the return keyword
return 1, 2
~~~~~~expression_l: LocLocation of the full expression
return 1, 2
~~~~~~~~~~~Implementations
Returns keyword_l field
Returns expression_l field
Sets keyword_l field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Return
impl UnwindSafe for Return
Blanket Implementations
Mutably borrows from an owned value. Read more