pub fn validator() -> MetaValidator<'static>Expand description
Returns a handle to the Draft 6 meta-schema validator. Native targets borrow cached
statics while wasm32 builds an owned validator.
pub fn validator() -> MetaValidator<'static>Returns a handle to the Draft 6 meta-schema validator. Native targets borrow cached
statics while wasm32 builds an owned validator.