Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dlib.rs315 struct GeneratorTypes<'tcx> { struct
317 resume_ty: Ty<'tcx>,
320 yield_ty: Ty<'tcx>,
323 interior: Ty<'tcx>,
326 movability: hir::Movability,