pub trait FullyQualify {
// Required method
fn full_name(&self) -> QualifiedName;
}Expand description
Trait for items which can be fully qualified.
Required Methods§
Sourcefn full_name(&self) -> QualifiedName
fn full_name(&self) -> QualifiedName
Get a fully (up to root of symbol map) qualified name.