Function query_engine_tests::parse
source · pub fn parse(fragment: &str) -> Result<DatamodelFragment, TemplatingError>
Expand description
Main entry point into the template parsing. Parses a schema fragment of the form #<fragment_ident>...<eol>
.