matplotlib

Type Alias MplResult

source
pub type MplResult<T> = Result<T, MplError>;

Aliased Type§

enum MplResult<T> {
    Ok(T),
    Err(MplError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(MplError)

Contains the error value