Skip to main content

parse_from_file_validated

Function parse_from_file_validated 

Source
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.