Type Definition subtr_actor::collector::ndarray::FeatureAdders

source ·
pub type FeatureAdders<F> = Vec<Arc<dyn FeatureAdder<F> + Send + Sync>>;