Type Alias DigestInfoValueOwned
Source pub type DigestInfoValueOwned = PolyType<<ASN1<AlgorithmIdentifier> as Combinator>::Owned, <ASN1<OctetString> as Combinator>::Owned>;
struct DigestInfoValueOwned {
pub alg: AlgorithmIdentifierPoly<ObjectIdentifierValue, PolyType<Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<PolyType<BigIntOwned, BigIntOwned, BigIntOwned>, EndValue>, EndValue, EndValue, EndValue, EndValue, Either<NullValue, EndValue>, ObjectIdentifierValue, Vec<u8>>>,
pub digest: Vec<u8>,
}