pub fn can_auto_delegate( method: &MethodDef, opaque_types: &AHashSet<String>, ) -> bool
Check if all params and return type are delegatable. For opaque types, skip methods with RefMut receiver (cannot borrow Arc mutably).