Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/examples/examples/
Dtower-server.rs35 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
Dtower-load.rs95 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/
Dservice_span.rs165 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
Drequest_span.rs165 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/
Dlib.rs365 fn poll_ready( in poll_ready() function