Struct syn::ExprContinue [−][src]
pub struct ExprContinue { /* fields omitted */ }
Expand description
A continue
, with an optional label.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExprContinue
impl !Send for ExprContinue
impl !Sync for ExprContinue
impl Unpin for ExprContinue
impl UnwindSafe for ExprContinue