pub fn load_file(
path: impl AsRef<Path>,
options: &ParseOptions,
) -> Option<Problem>Expand description
Load and parse the file at path, reporting errors to stderr
Returns Some(problem) on success, None on error.
pub fn load_file(
path: impl AsRef<Path>,
options: &ParseOptions,
) -> Option<Problem>Load and parse the file at path, reporting errors to stderr
Returns Some(problem) on success, None on error.