fn is_external_ptr_self_ty(ty: &Type) -> bool
Returns true if ty is ExternalPtr<Self> (last path segment = ExternalPtr, single type argument = Self).
ty
ExternalPtr<Self>
ExternalPtr
Self