Skip to main content

Verdict

Type Alias Verdict 

Source
pub type Verdict<T> = Verdict<T, Warning>;

Aliased Type§

pub enum Verdict<T> {
    Ok(Caveat<T, Warning>),
    Err(ErrorSet<Warning>),
}

Variants§

§1.0.0

Ok(Caveat<T, Warning>)

Contains the success value

§1.0.0

Err(ErrorSet<Warning>)

Contains the error value