pub type WebSocketKey = String<24>;
A fixed length 24-character string used to hold a websocket key for the opening handshake
struct WebSocketKey { /* private fields */ }