Trait ra_syntax::ast::NameOwner

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

Provided Methods

Implementors