Module websocket_base::result::async
source · [−]Expand description
This module contains convenience types to make working with Futures and websocket results easier.
Type Definitions
The most common Future in this library, it is simply some result I
or
a WebSocketError
. This is analogous to the WebSocketResult
type.