pub trait FieldValue<F: Field> {
    fn value(&self) -> Value<&F>;
}
Expand description

A type that has a value at either keygen or proving time.

Required Methods

Returns the value of this type.

Implementations on Foreign Types

Implementors