tungstenite::handshake::server

Type Alias ErrorResponse

Source
pub type ErrorResponse = Response<Option<String>>;
Expand description

Server error response type.

Aliased Typeยง

struct ErrorResponse { /* private fields */ }