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