1 2 3
/// Controller actions return this type. /// It wraps an axum response so we can add helpers later. pub type Response = axum::response::Response;