Trait concision_core::traits::predict::Predict
source · pub trait Predict<T> {
type Output;
// Required method
fn predict(&self, args: &T) -> Result<Self::Output, PredictError>;
}pub trait Predict<T> {
type Output;
// Required method
fn predict(&self, args: &T) -> Result<Self::Output, PredictError>;
}