ScirsResult

Type Alias ScirsResult 

Source
pub type ScirsResult<T> = CoreResult<T>;

Aliased Type§

pub enum ScirsResult<T> {
    Ok(T),
    Err(CoreError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(CoreError)

Contains the error value