pub fn from_slice<T>(v: &[u8]) -> Result<T>where
T: DeserializeOwned,Expand description
Deserializes an instance of type T from bytes of JSON text
pub fn from_slice<T>(v: &[u8]) -> Result<T>where
T: DeserializeOwned,Deserializes an instance of type T from bytes of JSON text