pub type ValidationResult = Result<ContentConfigValidated, ContentConfigErrors>;Aliased Type§
pub enum ValidationResult {
Ok(ContentConfigValidated),
Err(ContentConfigErrors),
}Variants§
Ok(ContentConfigValidated)
Contains the success value
Err(ContentConfigErrors)
Contains the error value