Function serde_querystring::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.
pub fn from_str<'de, T>(input: &'de str, config: ParseMode) -> Result<T, Error>where
T: Deserialize<'de>,Deserialize an instance of type T from a query string.