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

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

Provided methods

fn loop_body(&self) -> Option<BlockExpr>

fn label(&self) -> Option<Label>

Loading content...

Implementors

impl LoopBodyOwner for ForExpr[src]

impl LoopBodyOwner for LoopExpr[src]

impl LoopBodyOwner for WhileExpr[src]

Loading content...