Skip to main content

parse_from_str

Function parse_from_str 

Source
pub fn parse_from_str(xml: &str) -> Result<OpenScenario>
Expand description

Parse an OpenSCENARIO document from a string

This function uses quick-xml’s serde integration to deserialize XML into our Rust type system.