fn into_response()

in hfendpoints-inference/src/embeddings/mod.rs [56:58]


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