Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/thiserror-impl/src/
Dgenerics.rs8 pub struct ParamsInScope<'a> { struct
12 impl<'a> ParamsInScope<'a> { implementation
26 fn crawl(in_scope: &ParamsInScope, ty: &Type, found: &mut bool) { in crawl()