Home
last modified time | relevance | path

Searched refs:set_not_serving (Results 1 – 2 of 2) sorted by relevance

/tonic/examples/src/health/
H A Dserver.rs41 reporter.set_not_serving::<GreeterServer<MyGreeter>>().await; in twiddle_service_status()
/tonic/tonic-health/src/
H A Dserver.rs62 pub async fn set_not_serving<S>(&mut self) in set_not_serving() method