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