Home
last modified time | relevance | path

Searched defs:run_with_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/tracing/tracing-subscriber/tests/
Dsupport.rs121 pub fn run_with_handle(self) -> (ExpectLayer, MockHandle) { in run_with_handle() method
/third_party/rust/crates/tracing/tracing-mock/src/
Dsubscriber.rs177 pub fn run_with_handle(self) -> (impl Subscriber, MockHandle) { in run_with_handle() function