pub enum Error {
WebSocketUnsupported,
}Available on crate feature
websocket only.Expand description
Error from WebSocket operations
Variants§
WebSocketUnsupported
WebSocket currently isn’t supported for HTTP/3 nor HTTP/2.
pub enum Error {
WebSocketUnsupported,
}websocket only.Error from WebSocket operations
WebSocket currently isn’t supported for HTTP/3 nor HTTP/2.