pub type ValidationResult = Result<ContentConfigValidated, ContentConfigErrors>;Available on crate feature
full only.Aliased Type§
pub enum ValidationResult {
Ok(ContentConfigValidated),
Err(ContentConfigErrors),
}Variants§
Ok(ContentConfigValidated)
Contains the success value
Err(ContentConfigErrors)
Contains the error value