Struct syn::ExprForLoop [−][src]
pub struct ExprForLoop { /* fields omitted */ }
Expand description
A for loop: for pat in expr { ... }
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.