HasName

Trait HasName 

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

Provided Methods§

Source

fn name(&self) -> Option<Name>

Implementations on Foreign Types§

Source§

impl<A, B> HasName for Either<A, B>
where A: HasName, B: HasName,

Implementors§