Struct syn::ExprLoop [−][src]
pub struct ExprLoop { pub attrs: Vec<Attribute>, pub label: Option<Label>, pub loop_token: Loop, pub body: Block, }
Conditionless loop: loop { ... }
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
label: Option<Label>
loop_token: Loop
body: Block
Trait Implementations
impl ToTokens for ExprLoop
[src]
impl ToTokens for ExprLoop
[src]