Structs

Rule to constraint the maximum length of a String or &str

Rule to constraint the maximum range of any type that implement PartialOrd

Rule to constraint the maximum size of a Vec<T>

Rule to constraint the minimum length of a String or &str

Rule to constraint the minimum and maximum length of a String or &str

Rule to constraint the minimum and maximum range of any type that implement PartialOrd

Rule to constraint the minimum and maximum size of a Vec<T>

Rule to constraint the minimum range of any type that implement PartialOrd

Rule to constraint the minimum size of a Vec<T>

Rule to constraint a String or &str to match a Regex

Rule to check the rules of the inner type

Traits

Define a rule for a type