PageErrorChecker<T> typedef

PageErrorChecker<T> = bool Function(T pageData)

Implementation

typedef bool PageErrorChecker<T>(T pageData);