Trait abstract_sdk::apis::modules::ModuleInterface
source · pub trait ModuleInterface: Identification + Dependencies {
fn modules<'a>(&'a self, deps: Deps<'a>) -> Modules<'_, Self> { ... }
}
Expand description
Interact with other modules on the OS.