pub fn parse(input: impl Into<String>) -> WithTranslationErrors<Query>Expand description
Parse a Hamelin query string into an AST.
Uses default options. Call .result() to get Result, or access
.output / .errors directly.
pub fn parse(input: impl Into<String>) -> WithTranslationErrors<Query>Parse a Hamelin query string into an AST.
Uses default options. Call .result() to get Result, or access
.output / .errors directly.