Trait snarkvm_circuit::to::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