QueryResult

Type Alias QueryResult 

Source
pub type QueryResult = Result<(), BlockNotFound>;
Expand description

The result of a Query.

Aliased Type§

pub enum QueryResult {
    Ok(()),
    Err(BlockNotFound),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(BlockNotFound)

Contains the error value