Searched defs:YieldSource (Results 1 – 2 of 2) sorted by relevance
2222 pub enum YieldSource { enum2229 impl YieldSource { impl2235 impl fmt::Display for YieldSource { implementation2244 impl From<GeneratorKind> for YieldSource { implementation
3050 src: &'tcx hir::YieldSource, in check_expr_yield()