pub trait IntoResponse {
// Required method
fn into_response(self) -> Response;
}Expand description
Convert a handler result into a RESP response.
pub trait IntoResponse {
// Required method
fn into_response(self) -> Response;
}Convert a handler result into a RESP response.