pub fn features_by_status(status: FeatureStatus) -> Vec<&'static FeatureEntry>Expand description
Return entries whose batch status equals status. (Batch is the
primary column; use FeatureEntry::status_for for the other engines.)
pub fn features_by_status(status: FeatureStatus) -> Vec<&'static FeatureEntry>Return entries whose batch status equals status. (Batch is the
primary column; use FeatureEntry::status_for for the other engines.)