pub type KeywordResult = Result<Option<BoxedValidator>, SchemaError>;Aliased Type§
pub enum KeywordResult {
Ok(Option<Box<dyn Validator + Sync + Send>>),
Err(SchemaError),
}pub type KeywordResult = Result<Option<BoxedValidator>, SchemaError>;pub enum KeywordResult {
Ok(Option<Box<dyn Validator + Sync + Send>>),
Err(SchemaError),
}