IssuesHandler
typealias IssuesHandler<TResult> = suspend (issuesFlow: Flow<LocatedValidationIssue>) -> TResult(source)
Function used to handle the flow of located validation issues.
Function used to handle the flow of located validation issues.