Trait aster::name::ToName [] [src]

pub trait ToName {
    fn to_name(&self) -> Name;
}

Required Methods

fn to_name(&self) -> Name

Implementors