Function from_str

Source
pub fn from_str<'input, 'facet, T: Facet<'facet>>(
    input: &'input str,
) -> Result<T, DeserError<'input>>
where 'input: 'facet,
Expand description

Deserialize JSON from a UTF-8 string slice