fn into_response()

in hfendpoints-openai/src/embeddings/mod.rs [91:93]


    fn into_response(self) -> Response {
        Json::from(self).into_response()
    }