Home
last modified time | relevance | path

Searched defs:CountMiddleware (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/tests/
Dmod.rs452 struct CountMiddleware<S>(S); in middleware_still_run_for_unmatched_requests() struct
456 impl<R, S> Service<R> for CountMiddleware<S> in middleware_still_run_for_unmatched_requests() implementation