pub unsafe fn msg_send_1<R, A>(obj: *const c_void, sel: Sel, a: A) -> RExpand description
Send a message with 1 argument.
ยงSafety
objmust be a valid Objective-C object pointer or class pointerselmust be a valid selector for a method that takes 1 argument- The argument type
Amust match the expected parameter type - The return type
Rmust match the actual return type of the method