type FlightDataStream = Pin<Box<dyn Stream<Item = FlightData> + Send>>;
#[repr(transparent)]struct FlightDataStream { /* private fields */ }