Skip to main content

GraphStoreResult

Type Alias GraphStoreResult 

Source
pub type GraphStoreResult<T> = Result<T, GraphStoreError>;

Aliased Type§

pub enum GraphStoreResult<T> {
    Ok(T),
    Err(GraphStoreError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(GraphStoreError)

Contains the error value