FullyQualify

Trait FullyQualify 

Source
pub trait FullyQualify {
    // Required method
    fn full_name(&self) -> QualifiedName;
}
Expand description

Trait for items which can be fully qualified.

Required Methods§

Source

fn full_name(&self) -> QualifiedName

Get a fully (up to root of symbol map) qualified name.

Implementors§