Struct lib_ruby_parser::nodes::ForwardArg [−][src]
#[repr(C)]pub struct ForwardArg { pub expression_l: Loc, }
Expand description
Represents a special ... argument that forwards positional/keyword/block arguments.
Fields
expression_l: LocLocation of the ...
def m(...); end
~~~
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ForwardArgimpl Send for ForwardArgimpl Sync for ForwardArgimpl Unpin for ForwardArgimpl UnwindSafe for ForwardArgBlanket Implementations
Mutably borrows from an owned value. Read more