oauth2

Type Alias HttpResponse

Source
pub type HttpResponse = Response<Vec<u8>>;
Expand description

An HTTP response.

Aliased Typeยง

struct HttpResponse { /* private fields */ }