pub trait ModuleRegistryInterface: AbstractRegistryAccess {
    // Provided method
    fn module_registry<'a>(&'a self, deps: Deps<'a>) -> ModuleRegistry<'_, Self> { ... }
}
Expand description

Access the Abstract Version Control and access module information.

Provided Methods§

source

fn module_registry<'a>(&'a self, deps: Deps<'a>) -> ModuleRegistry<'_, Self>

Implementors§