Skip to content

PropertyResultHandler

Closure Definition for callbacks which can fail and expect an Array of Properties on a success.

swift
typealias PropertyResultHandler = (Result<[FlakePropertyProtocol], Error>) -> Void