[][src]Module websocket::result

The result type used within Rust-WebSocket

Modules

async

This module contains convenience types to make working with Futures and websocket results easier.

Enums

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

WSUrlErrorKind

Represents a WebSocket URL error

WebSocketError

Represents a WebSocket error

WebSocketOtherError

Represents a WebSocket error while connecting

Type Definitions

WebSocketResult

The type used for WebSocket results