pub fn match_def_path<'tcx>(
    cx: &LateContext<'tcx>,
    did: DefId,
    syms: &[&str]
) -> bool
Expand description

Checks if the given DefId matches the path.