Type Alias kalast::cfg::CfgSpiceResult

source ·
pub type CfgSpiceResult<T, E = CfgSpiceError> = Result<T, E>;

Aliased Type§

enum CfgSpiceResult<T, E = CfgSpiceError> {
    Ok(T),
    Err(E),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(E)

Contains the error value