pub fn parse_from_file_validated<P: AsRef<Path>>(
path: P,
) -> Result<OpenScenario>Expand description
Parse file with validation
Validates the XML structure before attempting to parse it.
pub fn parse_from_file_validated<P: AsRef<Path>>(
path: P,
) -> Result<OpenScenario>Parse file with validation
Validates the XML structure before attempting to parse it.