MCPcopy Create free account
hub / github.com/Apress/practical-rust-web-projects / Server

Class Server

Ch04/websocket/examples/push_notification.rs:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use ws::{Handler, Sender, WebSocket};
5
6struct Server {
7 out: Sender,
8}
9
10impl Handler for Server {}
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected