Skip to main content

ValidationResult

Type Alias ValidationResult 

Source
pub type ValidationResult = Result<ContentConfigValidated, ContentConfigErrors>;

Aliased Type§

pub enum ValidationResult {
    Ok(ContentConfigValidated),
    Err(ContentConfigErrors),
}

Variants§

§1.0.0

Ok(ContentConfigValidated)

Contains the success value

§1.0.0

Err(ContentConfigErrors)

Contains the error value