Type Aliases
The following type aliases are available globally.
-
The function used as a completion handler in all Restables.
Declaration
Swift
public typealias RestableCompletionHandler<ResponseType> = (Result<ResponseType>) -> ()