Type Alias RelateResult

pub type RelateResult<'db, T> = Result<T, TypeError<DbInterner<'db>>>;

Aliased Type§

pub enum RelateResult<'db, T> {
    Ok(T),
    Err(TypeError<DbInterner<'db>>),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TypeError<DbInterner<'db>>)

Contains the error value