pub fn from_slice<'input, 'facet, T: Facet<'facet>>(
input: &'input [u8],
) -> Result<T, DeserError<'input>>where
'input: 'facet,Expand description
Deserialize JSON from a given byte slice
pub fn from_slice<'input, 'facet, T: Facet<'facet>>(
input: &'input [u8],
) -> Result<T, DeserError<'input>>where
'input: 'facet,Deserialize JSON from a given byte slice