Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
158
pub struct MessageError(String);
159
160
impl fmt::Display for MessageError {
161
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
Callers
3
send_message
Function · 0.85
send_super_message
Function · 0.85
verify_message_signature
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected