[−][src]Type Definition jsonschema_valid::ErrorIterator
type ErrorIterator<'a> = Box<dyn Iterator<Item = ValidationError> + 'a>;
An Iterator over ValidationError objects. The main method by which
validation errors are returned to the user.