Type Definition websocket_stream::NewResult [] [src]

type NewResult = Result<WebsocketStream, SetFdError>;

Represents the result of trying to create a WebsocketStream