Function deserialize_from_slice

Source
pub fn deserialize_from_slice<T: DeserializeOwned>(data: &mut [u8]) -> Result<T>
Expand description

Parse JSON directly to a type from a mutable slice