Skip to main content

from_slice

Function from_slice 

Source
pub fn from_slice<T>(input: &[u8]) -> Result<T, String>
where T: JsonDecode,