client
0.15.0
Flight
Data
Stream
Aliased Type
In client::
database
client
::
database
Type Alias
FlightDataStream
Copy item path
Source
type FlightDataStream =
Pin
<
Box
<dyn Stream<Item = FlightData> +
Send
>>;
Aliased Type
ยง
struct FlightDataStream {}