Structs§
- Context
- Per-request context passed to every action.
Traits§
- Into
Action Response - Lets a
#[controller]action body evaluate to either aResponseor aResult<Response, E>. The macro wraps every action body ininto_action_response(), so actions can use?for fallible work (DB calls, body parsing) and anErrbecomes a500response.