[][src]Macro next_gen::make_yield

macro_rules! make_yield {
    (
        @with_dollar![$dol:tt]
        $co:expr
    ) => { ... };
    (
        $co:expr
    ) => { ... };
}