FeatureBoundedRepopulator

Trait FeatureBoundedRepopulator 

Source
pub trait FeatureBoundedRepopulator<G>: Repopulator<G> { }
Expand description

Internal trait that simply deals with the trait bounds of features to avoid duplicate code. It is blanket implemented, so you should never have to reference this directly.

Implementors§

Source§

impl<G, T> FeatureBoundedRepopulator<G> for T
where T: Repopulator<G>,