Trait snarkvm_fields::One[][src]

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

Required methods

Implementors