Macro inquire::max_length[][src]

macro_rules! max_length {
    ($length : expr) => { ... };
    ($length : expr, $message : expr) => { ... };
}
Expand description

Built-in validator that checks whether the answer length is below or equal to the specified threshold.