fn into_response()

in lambda-http/src/response.rs [179:185]


    fn into_response(self) -> Response<Body>;
}

impl<B> IntoResponse for Response<B>
where
    B: Into<Body>,
{