Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/diplomat_core/src/hir/methods/
Dborrowing_param.rs96 pub struct BorrowingParamVisitor<'tcx> { struct
97 tcx: &'tcx TypeContext,
98 used_method_lifetimes: BTreeSet<Lifetime>,
99 borrow_map: BTreeMap<Lifetime, BorrowedLifetimeInfo<'tcx>>,
137 impl<'tcx> BorrowingParamVisitor<'tcx> { implementation