Type Alias genawaiter::stack::Co
source · pub type Co<'y, Y, R = ()> = Co<&'y Airlock<Y, R>>;
Expand description
This object lets you yield values from the generator by calling the yield_
method.
“Co” can stand for either controller or coroutine, depending on how theoretical you are feeling.
Aliased Type§
struct Co<'y, Y, R = ()> { /* private fields */ }