pub trait ModulePath {
    fn module_path(&self) -> Option<AccessPath>;
}

Required Methods

Implementations on Foreign Types

Implementors