Struct lib_ruby_parser::nodes::Retry [−][src]
#[repr(C)]pub struct Retry {
pub expression_l: Loc,
}Expand description
Represents retry keyword
Fields
expression_l: LocLocation of the retry keyword
retry
~~~~~Implementations
Returns expression_l field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Retry
impl UnwindSafe for Retry
Blanket Implementations
Mutably borrows from an owned value. Read more