Function uquery::parsable[][src]

pub fn parsable<T>(text: &str) -> QueryResult<T> where
    T: FromStr,
    <T as FromStr>::Err: ToString
Expand description

Queries the user for input of any time that implements FromStr.

Errors

Fails on io errors with the stdin and stdout.