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.
pub fn parse_from_str(xml: &str) -> Result<OpenScenario>Parse an OpenSCENARIO document from a string
This function uses quick-xml’s serde integration to deserialize XML into our Rust type system.