Status<A, B> typedef

Status<A, B> = void Function(A status, B message)

Implementation

typedef Status<A, B> = void Function(A status, B message);