pub trait Dependencies: Sized {
    fn dependencies(&self) -> &[StaticDependency];
}

Required Methods§

Implementors§