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 */ }pub type SgResponse = Response<SgBody>;Alias for a response with a boxed body.
struct SgResponse { /* private fields */ }