pub trait IntoResponse {
// Required method
fn into_response(self) -> Response;
}Expand description
Implemented by types that can be converted into the Response type.
pub trait IntoResponse {
// Required method
fn into_response(self) -> Response;
}Implemented by types that can be converted into the Response type.