Type Alias StatusCode

Source
pub type StatusCode = StatusCode;
Expand description

A type alias for an HTTP status code.

Aliased Typeยง

struct StatusCode(/* private fields */);