Searched defs:IsAsync (Results 1 – 7 of 7) sorted by relevance
88 ) -> Option<(&'tcx hir::Expr<'tcx>, &'tcx hir::FnDecl<'tcx>, hir::IsAsync)> { in find_innermost_closure()
386 fn asyncness(tcx: TyCtxt<'_>, def_id: LocalDefId) -> hir::IsAsync { in asyncness()
1268 fn lower_asyncness(&mut self, a: Async) -> hir::IsAsync { in lower_asyncness()
1569 impl PrintWithSpace for hir::IsAsync { implementation
104 pub fn asyncness(self) -> IsAsync { in asyncness()
2840 pub enum IsAsync { enum2845 impl IsAsync { implementation
628 asyncness: hir::IsAsync, in fn_header()