Trait ra_ap_syntax::ast::LoopBodyOwner[][src]

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

Provided methods

Implementors