GraphResult

Type Alias GraphResult 

Source
pub type GraphResult = Result<Vec<u8>, GraphError>;

Aliased Type§

pub enum GraphResult {
    Ok(Vec<u8>),
    Err(GraphError),
}

Variants§

§1.0.0

Ok(Vec<u8>)

Contains the success value

§1.0.0

Err(GraphError)

Contains the error value