pub trait EvmKzgAccumulationScheme:
PolynomialCommitmentScheme<G1Affine, Rc<EvmLoader>, VerifyingKey = KzgSuccinctVerifyingKey<G1Affine>, Output = KzgAccumulator<G1Affine, Rc<EvmLoader>>>
+ AccumulationScheme<G1Affine, Rc<EvmLoader>, VerifyingKey = KzgAsVerifyingKey, Accumulator = KzgAccumulator<G1Affine, Rc<EvmLoader>>>
+ AccumulationDecider<G1Affine, Rc<EvmLoader>, DecidingKey = KzgDecidingKey<Bn256>> { }
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.