Skip to main content

Module validation

Module validation 

Source

Structs§

Function
Integer
Validates that a string is a valid integer, optionally within a range.
Length
Validates that a string’s length falls within a range (inclusive).
Number
Regex
Validates that a string fully matches a regular expression.
Url
Validates that a string is a valid URL (has both a scheme and host).
ValidationResult

Traits§

Validator

Type Aliases§

ValidatorRef