Expand description
The IntoResponse trait and implementations.
Any type implementing IntoResponse can be returned from a handler.
Structs§
- Json
- A JSON response wrapper.
Traits§
- Into
Response - Trait for types that can be converted into an HTTP response.