pub type Result<T> = Result<T, PredictError>;Expand description
A specialized Result type for predict operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PredictError),
}pub type Result<T> = Result<T, PredictError>;A specialized Result type for predict operations.
pub enum Result<T> {
Ok(T),
Err(PredictError),
}