QueryResult

Type Alias QueryResult 

pub type QueryResult<'db> = Result<Canonical<DbInterner<'db>, Response<DbInterner<'db>>>, NoSolution>;

Aliased Type§

pub enum QueryResult<'db> {
    Ok(Canonical<DbInterner<'db>, Response<DbInterner<'db>>>),
    Err(NoSolution),
}

Variants§

§1.0.0

Ok(Canonical<DbInterner<'db>, Response<DbInterner<'db>>>)

Contains the success value

§1.0.0

Err(NoSolution)

Contains the error value