pub async fn try_all<S: Stream<Item = Result<bool>>>(stream: S) -> Result<bool>
Returns true if the stream only yields true.
true
If the stream never yields false or never terminates, try_all may never resolve.
false
try_all