Trait mun_syntax::ast::LoopBodyOwner[][src]

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

Provided methods

Loading content...

Implementors

Loading content...