Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/tests/
Dtest.rs742 async fn const_generic<T: Send, const C: usize>(_: [T; C]) {} in const_generic() method
749 async fn const_generic<T: Send, const C: usize>(_: [T; C]) {} in const_generic() method