Function query_exprs

Source
pub fn query_exprs(
    input: &str,
) -> IResult<&'_ str, Vec<Query>, VerboseError<&'_ str>>