Struct finchers_tungstenite::Ws[][src]

pub struct Ws { /* fields omitted */ }

A type representing the result of handshake handling.

The value of this type is used to build a WebSocket process after upgrading the protocol.

Methods

impl Ws
[src]

Sets the configuration for upgraded WebSocket connection.

Creates an Output with the specified function which constructs a Future representing the task after upgrading the protocol to WebSocket.

Trait Implementations

impl Debug for Ws
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Ws

impl Sync for Ws