Skip to main content

Module map_violations

Module map_violations 

Source
Available on crate feature protovalidate only.

Enums§

MapViolation
All types of violations for map fields.

Constants§

MAP_KEYS_VIOLATION
The data for the map.keys violation.
MAP_MAX_PAIRS_VIOLATION
The data for the map.max_pairs violation.
MAP_MIN_PAIRS_VIOLATION
The data for the map.min_pairs violation.
MAP_VALUES_VIOLATION
The data for the map.values violation.