Type Alias SgResponse

Source
pub type SgResponse = Response<SgBody>;
Expand description

Alias for a response with a boxed body.

Aliased Typeยง

struct SgResponse { /* private fields */ }