Skip to main content

parse_document_with

Function parse_document_with 

Source
pub fn parse_document_with<M: TypeMapper>(
    input: &str,
    mapper: &M,
) -> Result<ParsedDocument<M::L, M::V>, ParseError>
Expand description

Parse a document using a custom TypeMapper.

Patterns are compiled with the mapper; graphs are always MemGraph.