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.
Auto Trait Implementations
impl RefUnwindSafe for ExprForLoop
impl !Send for ExprForLoop
impl !Sync for ExprForLoop
impl Unpin for ExprForLoop
impl UnwindSafe for ExprForLoop