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