pub trait ModuleInterface: Identification + Dependencies {
    fn modules<'a>(&'a self, deps: Deps<'a>) -> Modules<'_, Self> { ... }
}
Expand description

Interact with other modules on the OS.

Provided Methods§

Implementors§