Lines Matching defs:Yield
28144 // No current. We're at the start of the list. Yield None and jump to the end.
28149 // Have a prev. Yield it and go to the previous element.
28241 // No current. We're at the start of the list. Yield None and jump to the end.
28246 // Have a prev. Yield it and go to the previous element.
51821 type Yield = G::Yield;
51824 fn resume(mut self: Pin<&mut Self>, arg: R) -> GeneratorState<Self::Yield, Self::Return> {
51834 type Yield = G::Yield;
51837 fn resume(mut self: Pin<&mut Self>, arg: R) -> GeneratorState<Self::Yield, Self::Return> {