Type Definition embedded_websocket::WebSocketSubProtocol
source · pub type WebSocketSubProtocol = String<24>;
Expand description
A maximum sized 24-character string used to store a sub protocol (e.g. chat
)
pub type WebSocketSubProtocol = String<24>;
A maximum sized 24-character string used to store a sub protocol (e.g. chat
)