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

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

For usage example see SoftErrors.