Module args::validations [] [src]

A module containing enums and traits associated with argument validation.

Structs

OrderValidation

An implementation of Validation which tests whether or not a value adheres to the provided order and bound. It should be noted that the type of bound, O, must implement Clone, Display and PartialOrd.

Enums

Order

The relationship to use when validating an OrderValidation.

Traits

Validation

A trait designed to provide validation for command line argument parsing.