[][src]Function rweb::query

pub fn query<T>() -> impl Filter + Copy where
    T: 'static + Send + DeserializeOwned

Creates a Filter that decodes query parameters to the type T.

If cannot decode into a T, the request is rejected with a 400 Bad Request.