Macro inquire::parse_primitive[][src]

macro_rules! parse_primitive {
    ($type : ty) => { ... };
    ($type : ty, $message : expr) => { ... };
}
Expand description

Built-in validator that checks whether the answer is able to be successfully parsed to a primitive type, such as f64.