Function roogle_engine::parse::parse_query[][src]

pub fn parse_query<'a, E>(i: &'a str) -> IResult<&'a str, Query, E> where
    E: ParseError<&'a str> + ContextError<&'a str>,