DataRule<T> typedef

DataRule<T> = Future Function(DataFace<T> data)

Implementation

typedef DataRule<T> = Future Function(DataFace<T> data);