Function to_bool

Source
fn to_bool(data: &str) -> Option<bool>
Expand description

Parse a value to a boolean, returning None if this is not possible.