pub trait ToFieldsRaw: ToFields { // Required method fn to_fields_raw(&self) -> Result<Vec<Self::Field>, Error>; }
Unary operator for converting to a list of base fields.
Returns the object as a list of base field elements using the raw bits.