pub fn deserialize_from_slice<T: DeserializeOwned>(data: &mut [u8]) -> Result<T>Expand description
Parse JSON directly to a type from a mutable slice
pub fn deserialize_from_slice<T: DeserializeOwned>(data: &mut [u8]) -> Result<T>Parse JSON directly to a type from a mutable slice