Searched refs:parse_bool (Results 1 – 1 of 1) sorted by relevance
227 fn parse_bool(value: &str) -> Option<bool> { in parse_bool() function242 .and_then(parse_bool) in read_bool()328 assert_eq!(parse_bool(s), Some(true), "testing with {}", s); in parse_bool_test()331 assert_eq!(parse_bool(s), Some(false), "testing with {}", s); in parse_bool_test()334 assert_eq!(parse_bool(s), None, "testing with {}", s); in parse_bool_test()