Macro inquire::min_length[][src]

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

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