spacegate_plugin

Type Alias SgRequest

source
pub type SgRequest = Request<SgBody>;
Expand description

Alias for a request with a boxed body.

Aliased Typeยง

struct SgRequest { /* private fields */ }