alpaca-data 0.10.2

High-performance Rust client for Alpaca Market Data API
Documentation
1
pub type ResponseStream<T> = std::pin::Pin<Box<dyn futures_util::Stream<Item = T> + Send>>;