Skip to main contentCrate nebula_status
Source - Empty
- An empty type used by a Status without associated data.
- Status
- An HTTP status code bundled with associated data.
- StatusCode
- An HTTP status code (
status-code in RFC 7230 et al.).
- Error
- An enumerated list of possible errors returned by this crate and related data.
- StatusData
- A trait alias for marking associated data with the traits necessary to be
used.
- StatusInnerData
- A trait alias for marking associated data inside of a container with the
traits necessary to be used.