pub trait Dependencies: Sized {
    // Required method
    fn dependencies(&self) -> &[StaticDependency];
}
Expand description

Retrieve the dependencies of a module.

Required Methods§

Implementors§