from_str

Function from_str 

Source
pub fn from_str<'a, T: Deserialize<'a>>(xml: &'a str) -> Result<T, DeError>
Expand description

Parse PLCopen XML string into a typed structure.

Uses quick-xml with serde for fast, type-safe parsing.