Skip to main content

from_slice

Function from_slice 

Source
pub fn from_slice<'de, T>(s: &'de [u8]) -> Result<T, DeError>
where T: Deserialize<'de>,
Expand description

Deserialize an instance of type T from bytes of XML text.