Skip to main content

IntoResponse

Trait IntoResponse 

Source
pub trait IntoResponse {
    // Required method
    fn into_response(self) -> Response<Body>;
}
Expand description

将类型转换为 HTTP 响应的 trait

Required Methods§

Source

fn into_response(self) -> Response<Body>

将类型转换为 HTTP 响应

Implementors§