Function parse_boolean

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

Parses a string s as a boolean.