pub trait ZkSnarkProof:
Clone
+ Debug
+ PartialEq
+ Eq
+ Serialize
+ DeserializeOwned
+ ZcashSerialize
+ ZcashDeserialize
+ Sealed { }
Expand description
A marker trait used to abstract over BCTV14 or Groth16 proofs in JoinSplits.
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.