Function from_bytes

Source
pub fn from_bytes<'de, T>(s: &'de [u8]) -> Result<T, SerdeJSON5Error>
where T: Deserialize<'de>,