Macro html5ever::macros::unwrap_or_else

source ยท
macro_rules! unwrap_or_else {
    ($opt:expr, $else_block:block) => { ... };
}