pub fn parse_file(
path: &Path,
mem_dir: &Path,
schema: &TypeDefinition,
mem: &str,
) -> Result<ParseResult, ParseError>Expand description
Parse an entity from a file on disk.
pub fn parse_file(
path: &Path,
mem_dir: &Path,
schema: &TypeDefinition,
mem: &str,
) -> Result<ParseResult, ParseError>Parse an entity from a file on disk.