[][src]Function thruster_middleware::query_params::query_params

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