Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ SendMessage
Class
SendMessage
websockets/chat-broker/src/message.rs:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#[derive(Clone, Message)]
20
#[rtype(result =
"()"
)]
21
pub struct SendMessage(pub String, pub u64, pub String);
Callers
1
send_msg
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected