Type Alias Response

Source
pub type Response = String;
Expand description

Represents a request received by the server.

Aliased Typeยง

struct Response { /* private fields */ }