Struct lib_ruby_parser::nodes::Kwsplat [−][src]
Expand description
Represents a keyword arguments splat (i.e. **bar in a call like foo(**bar))
Fields
value: Box<Node>Value that is converted into a Hash using **
operator_l: LocLocation of the ** operator
foo(**bar)
~~
expression_l: LocLocation of the full expression
foo(**bar)
~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kwsplatimpl UnwindSafe for KwsplatBlanket Implementations
Mutably borrows from an owned value. Read more