pub fn query_params<T: 'static + Context + HasQueryParams + Send>(
context: T,
next: impl Fn(T) -> MiddlewareReturnValue<T> + Send,
) -> MiddlewareReturnValue<T>pub fn query_params<T: 'static + Context + HasQueryParams + Send>(
context: T,
next: impl Fn(T) -> MiddlewareReturnValue<T> + Send,
) -> MiddlewareReturnValue<T>