Avatar
protocol Foo { associatedtype PublisherType: Publisher where Output == Bar var bar: PublisherType { get } }