Function filter_params

Source
pub fn filter_params<F>(model: &DataModel, filter_fn: F) -> DataModel
where F: Fn(&Param) -> Option<Param>,