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