pub trait VCUniversalParams {
// Required method
fn max_size(&self) -> usize;
}Expand description
The proving and verification parameters for the VC scheme
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".