Skip to main content

expr_type_certainty

Function expr_type_certainty 

Source
fn expr_type_certainty(
    cx: &LateContext<'_>,
    expr: &Expr<'_>,
    in_arg: bool,
) -> Certainty
Expand description

Determine the type certainty of expr. in_arg indicates that the expression happens within the evaluation of a function or method call argument.