SetErrFunc<TKey> typedef
SetErrFunc<TKey> =
void Function(ErrMap<TKey> )
Implementation
typedef SetErrFunc<TKey> = void Function(ErrMap<TKey>);
typedef SetErrFunc<TKey> = void Function(ErrMap<TKey>);