Trait snarkvm_circuit::Metrics
source · [−]pub trait Metrics<Op> where
Op: ?Sized, {
type Case: ?Sized;
fn count(parameter: &Self::Case) -> Count;
}
Expand description
Trait for determining the number of constants, public input, private inputs, and constraints for an operation.