1 2 3 4
use crate::frame::mmm::cost_model::CostModel; pub fn models() -> Vec<(&'static str, CostModel<'static>)> { vec![] }