Home
last modified time | relevance | path

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

/tonic/tonic-health/src/
H A Dserver.rs131 type WatchStream = WatchStream; typedef
136 ) -> Result<Response<Self::WatchStream>, Status> { in watch() argument
143 Ok(Response::new(WatchStream::new(status_rx))) in watch()
148 pub struct WatchStream { struct
149 inner: tokio_stream::wrappers::WatchStream<ServingStatus>, argument
152 impl WatchStream { implementation
154 let inner = tokio_stream::wrappers::WatchStream::new(status_rx); in new()
159 impl Stream for WatchStream { implementation
172 impl fmt::Debug for WatchStream { implementation
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs228 type WatchStream: tonic::codegen::tokio_stream::Stream< typedef
251 ) -> std::result::Result<tonic::Response<Self::WatchStream>, tonic::Status>; in watch() argument
382 type ResponseStream = T::WatchStream; in call()