skadi-d ~master (2022-04-10T13:47:27.5189351)
Dub
Repo
ValidatorInterface
skadi
components
validation
validatorInterface
Undocumented in source.
interface
ValidatorInterface {
bool
validate
(Validation validation, string field);
}
Members
Functions
validate
bool
validate
(Validation validation, string field)
Executes the validation
Meta
Source
See Implementation
skadi
components
validation
validatorInterface
interfaces
ValidatorInterface