html5ever::macros

Macro unwrap_or_else

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