Expand description
Response types and conversion traits into them.
Structs§
- Builder
- An HTTP response builder
- Response
Error - An error response type that implements both
ErrorandIntoResponsetraits.
Traits§
- Error
Response - Blanketly implemented by error types that can be converted into the
Responsetype. - Into
Response - Implemented by types that can be converted into the
Responsetype. - Into
Response Head Parts - Implemented by types that form or can be converted into a type that forms the
ResponseHeadParts. - Into
Response Result - Implemented by types that can be converted into the
ResponseResulttype.