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.
pub struct ExprWhile { /* fields omitted */ }
A while loop: while expr { ... }
.
This type is available only if Syn is built with the "full"
feature.