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