pub type WebSocketSubProtocol = String<24>;
A maximum sized 24-character string used to store a sub protocol (e.g. chat)
chat
struct WebSocketSubProtocol { /* private fields */ }