pub trait AlphaChallengeTerm<'a>:
Copy
+ Clone
+ Debug
+ PartialEq
+ Eq
+ Serialize
+ Deserialize<'a>
+ Display {
const ALPHA: Self;
}Expand description
The Challenge term that contains an alpha. Is used to make a random linear combination of constraints
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".