Module inquire::validator[][src]

Expand description

This module contains the type aliases for functions called as validators of a given input.

It also provides several built-in validators generated through macros.

Type Definitions

Type alias for validators that receive a collection of OptionAnswer’s as the input. When creating containers of validators, you might need to type hint them using this type.

Type alias for validators that receive a string slice as the input. When creating containers of validators, you might need to type hint them using this type.