pub trait ToField {
type Field: FieldTrait;
fn to_field(&self) -> Result<Self::Field>;
}Expand description
Unary operator for converting to a base field.
pub trait ToField {
type Field: FieldTrait;
fn to_field(&self) -> Result<Self::Field>;
}Unary operator for converting to a base field.