#[derive(IntoResponse)]
use into_response::IntoResponse; #[derive(IntoResponse)] struct MyResponse { message: String, }