Skip to main content

parse_from_file

Function parse_from_file 

Source
pub fn parse_from_file<P: AsRef<Path>>(path: P) -> Result<OpenScenario>
Expand description

Parse an OpenSCENARIO document from a file

Reads file into memory and then parses it as a string.