pub trait Validator<T>: Display { // Required method ; }
Represents a validator for validate the input value.
Check the value is valid.