Macro generator::done

source ·
macro_rules! done {
    () => { ... };
}
Expand description

it’s a special return instruction that yield nothing but only terminate the generator safely