pub trait LoopBodyOwner: AstNode {
    fn loop_body(&self) -> Option<BlockExpr> { ... }
}

Provided Methods§

Implementors§