parse

Function parse 

Source
pub fn parse(input: &str) -> Result<Expr, String>
Expand description

Parse the given query literal to an AST (which is Expr in this crate).