MCPcopy 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 = "()")]
21pub struct SendMessage(pub String, pub u64, pub String);

Callers 1

send_msgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected