Function if_expand

Source
pub fn if_expand(
    scope: &mut Scope,
    runtime_cond: ExpandElement,
    block: impl FnOnce(&mut Scope),
)