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

Class MessageError

src/message/mod.rs:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156*/
157#[derive(Debug)]
158pub struct MessageError(String);
159
160impl fmt::Display for MessageError {
161 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 3

send_messageFunction · 0.85
send_super_messageFunction · 0.85
verify_message_signatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected