Trait mun_syntax::ast::NameOwner

source ·
pub trait NameOwner: AstNode {
    fn name(&self) -> Option<Name> { ... }
}

Provided Methods§

Implementors§