pub fn from_str<T: DeserializeOwned>(s: &str) -> Result<T, String>Expand description
Decodes a URL-encoded string into any type that implements serde::de::DeserializeOwned.
pub fn from_str<T: DeserializeOwned>(s: &str) -> Result<T, String>Decodes a URL-encoded string into any type that implements serde::de::DeserializeOwned.