fn get_self_string<'tcx, P>(self_arg_ty: Ty<'tcx>, is_self_ty: P) -> Stringwhere P: Fn(Ty<'tcx>) -> bool,
Gets the string for an explicit self declaration, e.g. “self”, “&self”, etc.