Type Alias spacegate_kernel::SgResponse

source ·
pub type SgResponse = Response<SgBody>;
Expand description

Alias for a response with a boxed body.

Aliased Type§

struct SgResponse { /* private fields */ }