Skip to main content

param_certainty

Function param_certainty 

Source
fn param_certainty(cx: &LateContext<'_>, param: &Param<'_>) -> Certainty
Expand 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.