Trait abstract_sdk::features::Dependencies
source · pub trait Dependencies: Sized {
// Required method
fn dependencies(&self) -> &[StaticDependency];
}
Expand description
Retrieve the dependencies of a module.
pub trait Dependencies: Sized {
// Required method
fn dependencies(&self) -> &[StaticDependency];
}
Retrieve the dependencies of a module.