ErrorCallback<W, E> typedef

ErrorCallback<W, E> = W Function(E error)

Implementation

typedef ErrorCallback<W, E> = W Function(E error);