pub fn parse_from_str<'a, F, E>(s: &mut &'a str, parse: F) -> Result<&'a str, E>where F: FnOnce(&mut &'a str) -> Result<(), E>, E: ParseError,
[Parser::parse] for strings
[Parser::parse]