Trait ra_ap_syntax::ast::HasName[][src]

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

Provided methods

Implementors