Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dasync_executor.rs20 pub trait AsyncExecutor { interface
52 impl AsyncExecutor for &tokio::runtime::Runtime { impl