Trait snarkvm_circuit::to::ToFields
source · pub trait ToFields {
type Field: FieldTrait;
fn to_fields(&self) -> Vec<Self::Field, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
;
}
Expand description
Unary operator for converting to a list of base fields.