Home
last modified time | relevance | path

Searched refs:new_ok (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/tracing/tracing-attributes/tests/
Derr.rs39 let future = PollN::new_ok(polls); in err_async()
92 let future = PollN::new_ok(polls); in err_mut_async()
Dasync_fn.rs10 let future = PollN::new_ok(polls); in test_async_fn()
/third_party/rust/crates/tracing/tracing-futures/tests/
Dstd_future.rs16 let future = PollN::new_ok(2).instrument(tracing::span!(Level::TRACE, "foo")); in enter_exit_is_reasonable()
/third_party/rust/crates/tracing/tracing-mock/src/
Dlib.rs118 pub fn new_ok(finish_at: usize) -> Self { in new_ok() method
/third_party/rust/crates/tracing/tracing-futures/src/
Dlib.rs534 fn new_ok(finish_at: usize) -> Self { in new_ok() method
579 PollN::new_ok(2) in future_enter_exit_is_reasonable()