pub fn use_query<T>() -> Memo<Result<T, ParamsError>>where T: Params + PartialEq + Send + Sync + 'static,
Returns the current URL search query, parsed into the given type, or an error.