Throwable block fix
This commit is contained in:
parent
f6b39ddcf7
commit
192a30bfa6
|
|
@ -36,4 +36,4 @@ public typealias VoidBlock = ResultBlock<Void>
|
|||
public typealias ThrowableBlock<Input, Output> = (Input) throws -> Output
|
||||
|
||||
/// Closure that takes no arguments, may throw an error and returns Void.
|
||||
public typealias ThrowableVoidBlock = ThrowableBlock<Void, Void>
|
||||
public typealias ThrowableVoidBlock = () throws -> Void
|
||||
|
|
|
|||
Loading…
Reference in New Issue