pub async fn with_request_scope<F, T>(fut: F) -> Twhere F: Future<Output = T>,
Run a future within a fresh per-request mount scope. Hooked from the spark.scope middleware.
spark.scope