serde::json

Function from_bytes

source
pub fn from_bytes<T>(bytes: impl AsRef<[u8]>) -> Result<T, Error>
where T: Deserialize,
Expand description

Deserialize bytes to a value of type T.