Struct syn::ExprContinue
source · pub struct ExprContinue { /* private fields */ }
Expand description
A continue
, with an optional label.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations§
source§impl From<ExprContinue> for Expr
impl From<ExprContinue> for Expr
source§fn from(e: ExprContinue) -> Expr
fn from(e: ExprContinue) -> Expr
Converts to this type from the input type.