OrientResult

Type Alias OrientResult 

Source
pub type OrientResult<T> = Result<T, OrientError>;

Aliased Type§

pub enum OrientResult<T> {
    Ok(T),
    Err(OrientError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(OrientError)

Contains the error value