parse_bool

Function parse_bool 

pub fn parse_bool<'a, E>(input: &'a str) -> Result<(&'a str, bool), Err<E>>
where E: ParseError<&'a str>,
Expand description

r“(true)(false)“