Skip to main content

from_bytes

Function from_bytes 

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

Deserialize a value from JSON bytes