• Bastian Köcher's avatar
    Rework `ConnectionsRequests` (#2081) · b40c3566
    Bastian Köcher authored
    * Rework `ConnectionsRequests`
    
    Instead of implementing the `Stream` trait, this struct now provides a
    function `next()`. This enables us to encode into the type system that
    it will always return a value or block indefinitely.
    
    * Review feedback
    b40c3566