Function azure_core::from_json

source ·
pub fn from_json<S, T>(body: S) -> Result<T>
where S: AsRef<[u8]>, T: DeserializeOwned,
Expand description

Reads the XML from bytes.