ConstraintResult

Type Alias ConstraintResult 

Source
pub type ConstraintResult = Result<(), ConstraintError>;
Expand description

The Error type is a message to be printed to the user.

Aliased Type§

pub enum ConstraintResult {
    Ok(()),
    Err(ConstraintError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ConstraintError)

Contains the error value