Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
use ws::{Handler, Sender, WebSocket};
5
6
struct Server {
7
out: Sender,
8
}
9
10
impl Handler for Server {}
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected