[][src]Type Definition azure_rs::Stream

type Stream<T> = Pin<Box<dyn StdStream<Item = Result<T>> + Send>>;

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