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