Skip to main content

Response

Type Alias Response 

Source
pub type Response = Response;
Expand description

Controller actions return this type. It wraps an axum response so we can add helpers later.

Aliased Typeยง

pub struct Response { /* private fields */ }