Module clapi::validator [−][src]
Expand description
Provides the Validator trait used for validate the values of an Argument.
Structs
A Validator where a str is valid if can be parsed to type T
and is within the specified range.
A Validator where a str is considered valid if can be parsed to a type T.
Traits
Exposes a method for check if an str value is a valid argument value.
Functions
Constructs a Validator for the given range.
Constructs a Validator for the specified type.
