Type Definition jsonschema_valid_compat::ErrorIterator[][src]

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.