Trait krates::OnFilter[][src]

pub trait OnFilter {
    fn filtered(&mut self, krate: Package);
}
Expand description

Trait used to report back any crates that are completely ignored in the final crate graph that is built. This occurs when the crate has no dependents any longer due to the applied filters.

Required methods

Implementors