Macro generator_ext::yield_from[][src]

macro_rules! yield_from {
    ($g:expr) => { ... };
}

A macro that first yields all items in the provided Generator, gives the ability to bind the return value of the Generator to a variable.