Constant rustc_mir_transform::coroutine::UNRESUMED
source ยท const UNRESUMED: usize = CoroutineArgs::UNRESUMED; // 0usize
Expand description
Coroutine has not been resumed yet.
const UNRESUMED: usize = CoroutineArgs::UNRESUMED; // 0usize
Coroutine has not been resumed yet.