pub fn if_else_expand(
scope: &mut Scope,
runtime_cond: ExpandElement,
then_block: impl FnOnce(&mut Scope),
) -> IfElseExpandpub fn if_else_expand(
scope: &mut Scope,
runtime_cond: ExpandElement,
then_block: impl FnOnce(&mut Scope),
) -> IfElseExpand