pub trait PathQualifiable {
    fn get_fully_qualified_path(atomic_self_type: &str) -> String { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors