Trait snarkvm_circuit::prelude::OutputMode
source · [−]pub trait OutputMode<Op> where
Op: ?Sized, {
type Case: ?Sized;
fn output_mode(input: &Self::Case) -> Mode;
}
Expand description
Trait for determining the mode of the output of an operation.
Required Associated Types
Required Methods
sourcefn output_mode(input: &Self::Case) -> Mode
fn output_mode(input: &Self::Case) -> Mode
Returns the mode of the output.