Trait abstract_app::traits::AdapterInterface
source · pub trait AdapterInterface: ModuleInterface + ModuleIdentification {
// Provided method
fn adapters<'a>(&'a self, deps: Deps<'a>) -> Adapters<'a, Self> { ... }
}Expand description
Interact with other modules on the Account.
Provided Methods§
Object Safety§
This trait is not object safe.