Searched defs:poll_ready (Results 1 – 5 of 5) sorted by relevance
/third_party/rust/crates/tracing/examples/examples/ |
D | tower-server.rs | 35 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 76 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method
|
D | tower-load.rs | 95 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 180 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 209 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 226 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/third_party/rust/crates/tracing/tracing-tower/src/ |
D | service_span.rs | 165 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 237 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
D | request_span.rs | 165 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 242 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/third_party/rust/crates/tracing/tracing-futures/src/ |
D | lib.rs | 365 fn poll_ready( in poll_ready() function
|