Attribute Macro tuxedo_core::tuxedo_verifier
source · #[tuxedo_verifier]
Expand description
This macro treats the supplied enum as an aggregate verifier. As such, it implements the From
trait for eah of the inner types. Then it implements the Verifier
trait for this type for this
enum by delegating to an inner type.