Trait snarkvm_circuit::Inject
source · pub trait Inject {
type Primitive;
fn new(mode: Mode, value: Self::Primitive) -> Self;
fn constant(value: Self::Primitive) -> Self
where
Self: Sized,
{ ... }
}
Expand description
Operations to inject from a primitive form into a circuit environment.