Searched defs:parse_document (Results 1 – 2 of 2) sorted by relevance
18 pub(crate) fn parse_document(raw: &str) -> Result<crate::Document, TomlError> { in parse_document() function
231 def parse_document(self): member in CanonicalParser