Response

Type Alias Response 

pub type Response = Response<()>;
Available on crate features ws and handshake only.
Expand description

Server response type.

Aliased Typeยง

pub struct Response { /* private fields */ }