SVMResult

Type Alias SVMResult 

Source
pub type SVMResult<T> = Result<T, SVMError>;
Expand description

Result type for SVM operations

Aliased Type§

pub enum SVMResult<T> {
    Ok(T),
    Err(SVMError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(SVMError)

Contains the error value