Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dsty.rs362 pub struct GeneratorSubsts<'tcx> { struct
375 impl<'tcx> GeneratorSubsts<'tcx> { impl
498 impl<'tcx> GeneratorSubsts<'tcx> { impl
Drelate.rs734 impl<'tcx> Relate<'tcx> for ty::GeneratorSubsts<'tcx> { implementation