Trait snarkvm_circuit::Inverse
source · Expand description
Unary operator for retrieving the inverse value.
Required Associated Types
Required Methods
Trait Implementations
impl<E> Metrics<dyn Inverse<Output = Field<E>> + 'static> for Field<E>where
E: Environment,
impl<E> Metrics<dyn Inverse<Output = Field<E>> + 'static> for Field<E>where
E: Environment,
impl<E> OutputMode<dyn Inverse<Output = Field<E>> + 'static> for Field<E>where
E: Environment,
impl<E> OutputMode<dyn Inverse<Output = Field<E>> + 'static> for Field<E>where
E: Environment,
type Case = Mode
fn output_mode(
case: &<Field<E> as OutputMode<dyn Inverse<Output = Field<E>> + 'static>>::Case
) -> Mode
fn output_mode(
case: &<Field<E> as OutputMode<dyn Inverse<Output = Field<E>> + 'static>>::Case
) -> Mode
Returns the mode of the output.