Type Definition azure_rust::Stream

source · []
pub type Stream<T> = Pin<Box<dyn StdStream<Item = Result<T>> + Send>>;
Expand description

A type alias for Streams that may result in azure_rs::Errors