assert_cond_check

Function assert_cond_check 

Source
fn assert_cond_check(
    cx: &ExtCtxt<'_>,
    span: Span,
    cond: Box<Expr>,
    then: Box<Expr>,
) -> Box<Expr>
Expand description

match <cond> { true => {} _ => <then> }