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