| 1952 | |
| 1953 | #[derive(Clone)] |
| 1954 | struct ReloadTestService { |
| 1955 | call_count: std::sync::Arc<std::sync::Mutex<usize>>, |
| 1956 | } |
| 1957 | |
| 1958 | impl Service<Request<Full<Bytes>>> for ReloadTestService { |
| 1959 | type Response = Response<Full<Bytes>>; |
nothing calls this directly
no outgoing calls
no test coverage detected