Trait snarkvm_wasm::One[][src]

pub trait One {
    fn one() -> Self;
fn is_one(&self) -> bool; }

Required methods

Implementors