Function from_str

Source
pub fn from_str<'de, T>(input: &'de str, config: ParseMode) -> Result<T, Error>
where T: Deserialize<'de>,
Expand description

Deserialize an instance of type T from a query string.