into_response

Derive Macro IntoResponse

Source
#[derive(IntoResponse)]
Expand description

ยงExamples

use into_response::IntoResponse;

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