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