Struct syn::ExprWhile [−][src]
pub struct ExprWhile { /* fields omitted */ }
Expand description
A while loop: while expr { ... }
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprWhile
impl UnwindSafe for ExprWhile