poem
poem copied to clipboard
Implement IntoEndpoint and Service for FlightServiceServer
So that we can RouteGrpc::new().add_service(FlightServiceServer::new(flight_service))
to integrate with arrow-flight.