pub trait ToField { type Field: FieldTrait; // Required method fn to_field(&self) -> Result<Self::Field, Error>; }
Unary operator for converting to a base field.
Returns the object as a base field element.