Type Definition evzht9h3nznqzwl::result::async::WebSocketFuture [] [src]

type WebSocketFuture<I> = Box<Future<Item = I, Error = WebSocketError>>;

The most common Future in this library, it is simply some result I or a WebSocketError. This is analogous to the WebSocketResult type.