pub type Contents<'a, T, E> = Pin<Box<dyn Stream<Item = Result<T, E>> + Send + Unpin + 'a>>;
A ordered [Stream] of the contents of a HashCollection.
Stream
HashCollection