Skip to main content

from_bytes

Function from_bytes 

Source
pub fn from_bytes<T>(bytes: &[u8]) -> Result<T>
where T: for<'de> Deserialize<'de>,
Expand description

Parse a JSON value from bytes.