Skip to main content

from_str

Function from_str 

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

Deserialize a Rust value from an XML string. Borrows from the input where possible (see the borrowed deserialization section for the precise constraints).