Home
last modified time | relevance | path

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

/external/rust/crates/async-trait/tests/
Dtest.rs902 async fn associated1() {} in associated1() method
941 mac!(let _ = Self::associated1();); in associated2()
942 mac!(let _ = <Self>::associated1();); in associated2()