Home
last modified time | relevance | path

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

/external/rust/crates/async-trait/tests/
Dtest.rs37 async fn explicit_lifetime<'a>(_x: &'a str) {} in explicit_lifetime() method
70 async fn explicit_lifetime<'a>(_x: &'a str) {} in explicit_lifetime() method