Trait snarkvm_circuit::ToField
source · [−]pub trait ToField {
type Field: FieldTrait;
fn to_field(&self) -> Self::Field;
}
Expand description
Unary operator for converting to a base field.
Required Associated Types
source
pub trait ToField {
type Field: FieldTrait;
fn to_field(&self) -> Self::Field;
}
Unary operator for converting to a base field.