Oliver Pearmain

Results 2 comments of Oliver Pearmain

FYI something like the below can also cause problems... ``` public protocol Model { var text: String { get } } enum Example { func modelPublisher() -> AnyPublisher { ......