pub struct ExprLoop {
pub attrs: Vec<Attribute>,
pub label: Option<Label>,
pub loop_token: Loop,
pub body: Block,
}Expand description
Conditionless loop: loop { ... }.
Fields§
§attrs: Vec<Attribute>§label: Option<Label>§loop_token: Loop§body: Block