websocket_handler

Macro websocket_handler 

Source
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