fn any_bool(s: &str) -> IResult<&str, bool>
Expand description

Nom parser for booleans.