Function clippy_utils::ty::has_debug_impl

source ยท
pub fn has_debug_impl<'tcx>(cx: &LateContext<'tcx>, ty: Ty<'tcx>) -> bool
Expand description

This checks whether a given type is known to implement Debug.