Trait snarkvm_wasm::Assignment[][src]

pub trait Assignment<T> {
    fn get(self) -> Result<T, SynthesisError>;
fn get_ref(&self) -> Result<&T, SynthesisError>; }

Required methods

Implementations on Foreign Types

Implementors