[][src]Trait parser::Predictor

pub trait Predictor {
    fn predict(&self, db: &DataBase) -> Result<f64, String>;
}

Required methods

fn predict(&self, db: &DataBase) -> Result<f64, String>

Loading content...

Implementors

Loading content...