Searched defs:Return (Results 1 – 1 of 1) sorted by relevance
2097 type Return = G::Return; typedef2099 fn resume(mut self: Pin<&mut Self>, arg: R) -> GeneratorState<Self::Yield, Self::Return> { in resume() argument2110 type Return = G::Return; typedef2112 fn resume(mut self: Pin<&mut Self>, arg: R) -> GeneratorState<Self::Yield, Self::Return> { in resume() argument