pub fn parse_bool<'i, E>(input: &'i str) -> IResult<&'i str, bool, E> where
    E: ParseError<&'i str>,
    E: TagError<&'i str, &'static str>, 
Expand description

Parse a true or false