Function quickparse

Source
pub fn quickparse<'a, S: STeXModuleStore>(
    uri: &'a DocumentURI,
    source: &'a str,
    path: &'a Path,
    backend: &'a AnyBackend,
    store: S,
) -> STeXParseDataI