MCPcopy 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 = "()")]
19pub struct Message(pub String);
20
21/// Message for chat server communications
22///

Callers 1

send_messageMethod · 0.70

Implementers 1

server.rswebsockets/chat/src/server.rs

Calls

no outgoing calls

Tested by

no test coverage detected