pub trait ToFieldsRaw: ToFields {
// Required method
fn to_fields_raw(&self) -> Result<Vec<Self::Field>, Error>;
}Expand description
Unary operator for converting to a list of base fields.
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.