Macro yield_unwrap

Source
macro_rules! yield_unwrap {
    ($e:expr) => { ... };
}