fn param_certainty(cx: &LateContext<'_>, param: &Param<'_>) -> CertaintyExpand description
Tries to tell whether param resolves to something certain, e.g., a non-wildcard type if
present. The certainty DefId is cleared before returning.
fn param_certainty(cx: &LateContext<'_>, param: &Param<'_>) -> CertaintyTries to tell whether param resolves to something certain, e.g., a non-wildcard type if
present. The certainty DefId is cleared before returning.