Type Alias WebSocketKey

Source
pub type WebSocketKey = String<24>;
Expand description

A fixed length 24-character string used to hold a websocket key for the opening handshake

Aliased Typeยง

struct WebSocketKey { /* private fields */ }