Struct syn::ExprContinue [−][src]
pub struct ExprContinue { /* fields omitted */ }
A continue
, with an optional label.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
impl From<ExprContinue> for Expr
[src]
impl From<ExprContinue> for Expr
[src]fn from(e: ExprContinue) -> Expr
[src]
impl ToTokens for ExprContinue
[src]
impl ToTokens for ExprContinue
[src]