pub type Verifier = Either<Did, PublicKey>;
enum Verifier { Left(Did), Right(PublicKey), }
A value of type L.
L
A value of type R.
R