init(makePolicy:)

Erases the type of some VerifierPolicy to AnyPolicy.

AnyPolicy.swift:43
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
init(@PolicyBuilder makePolicy: () throws -> some VerifierPolicy) rethrows

Parameters

makePolicy

the VerifierPolicy constructed using the PolicyBuilder DSL.