MCPcopy Create free account
hub / github.com/SSheldon/rust-objc / send_message

Method send_message

src/message/mod.rs:62–66  ·  view source on GitHub ↗
(&self, sel: Sel, args: A)

Source from the content-addressed store, hash-verified

60 */
61 #[cfg(not(feature = "verify_message"))]
62 unsafe fn send_message<A, R>(&self, sel: Sel, args: A)
63 -> Result<R, MessageError>
64 where Self: Sized, A: MessageArguments, R: Any {
65 send_message(self, sel, args)
66 }
67
68 #[cfg(feature = "verify_message")]
69 unsafe fn send_message<A, R>(&self, sel: Sel, args: A)

Callers

nothing calls this directly

Implementers 1

mod.rssrc/message/mod.rs

Calls 1

send_messageFunction · 0.85

Tested by

no test coverage detected