Function parse_boolean

Source
pub fn parse_boolean(s: &str) -> Option<bool>
Expand description

The boolean can be one of:

1 yes true on
0 no false off