type FlightDataStream = Pin<Box<dyn Stream<Item = FlightData> + Send>>;
struct FlightDataStream { /* private fields */ }