[−][src]Function serde_json_core::from_slice
pub fn from_slice<'a, T>(v: &'a [u8]) -> Result<T> where
T: Deserialize<'a>, Deserializes an instance of type T from bytes of JSON text
pub fn from_slice<'a, T>(v: &'a [u8]) -> Result<T> where
T: Deserialize<'a>, Deserializes an instance of type T from bytes of JSON text