dutils-validation ~master (2021-12-18T11:16:46.2586688)
Dub
Repo
ValidateRequired
dutils
validation
constraints
Undocumented in source.
struct
ValidateRequired {
Nullable
!
ValidationError
getError
(T value, string path);
}
Members
Functions
getError
Nullable
!
ValidationError
getError
(T value, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dutils
validation
constraints
enums
ValidationErrorTypes
structs
ValidateEmail
ValidateMaximum
ValidateMaximumLength
ValidateMinimum
ValidateMinimumLength
ValidateRequired