Trait snarkvm_circuit_types::ToFields
source · pub trait ToFields {
type Field: FieldTrait;
// Required method
fn to_fields(&self) -> Vec<Self::Field, Global>;
}
Expand description
Unary operator for converting to a list of base fields.