pub fn parse(s: &str) -> Result<ModuleDefinitionFile, ParseError<'_>>
alloc
Parse with alloc.
If the file format is invalid, those described by ParseErrorKind.
ParseErrorKind