Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dsubst.rs563 pub fn map_bound_ref<F, U>(&self, f: F) -> EarlyBinder<U> in map_bound_ref() method
Dsty.rs1091 pub fn map_bound_ref<F, U: TypeVisitable<TyCtxt<'tcx>>>(&self, f: F) -> Binder<'tcx, U> in map_bound_ref() method