deserialize_query_string

Function deserialize_query_string 

Source
pub fn deserialize_query_string<T: DeserializeOwned>(
    loader_name: impl AsRef<str>,
    url: &Url,
) -> Result<T, Error>
Expand description

Checks query-string part of URL and tries to deserialize it to provided type. (qs Cargo feature)

For usage example see SoftErrors.