snarkvm_circuit_environment::traits

Trait Inverse

Source
pub trait Inverse {
    type Output;

    // Required method
    fn inverse(&self) -> Self::Output;
}
Expand description

Unary operator for retrieving the inverse value.

Required Associated Types§

Required Methods§

Source

fn inverse(&self) -> Self::Output

Implementors§