Skip to main content

Module response

Module response 

Source
Expand description

The IntoResponse trait and implementations.

Any type implementing IntoResponse can be returned from a handler.

Structs§

Json
A JSON response wrapper.

Traits§

IntoResponse
Trait for types that can be converted into an HTTP response.