macro_rules! websocket_handler {
(|$id:ident: ConnectionId, $conn:ident: Arc<WebSocketConnection>| $body:expr) => { ... };
}
Expand description
Macro for creating WebSocket handlers with clean syntax Simplified for foundation
macro_rules! websocket_handler {
(|$id:ident: ConnectionId, $conn:ident: Arc<WebSocketConnection>| $body:expr) => { ... };
}
Macro for creating WebSocket handlers with clean syntax Simplified for foundation