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.