Trait abstract_sdk::base::features::Dependencies
source · pub trait Dependencies: Sized {
fn dependencies(&self) -> &[StaticDependency];
}pub trait Dependencies: Sized {
fn dependencies(&self) -> &[StaticDependency];
}