Trait TokenIdInterface

Source
pub trait TokenIdInterface
where Self: Sized,
{ type W: WitnessGenerator<Fp>; type Bool: BoolInterface; // Required method fn equal(a: &TokenId, b: &TokenId, w: &mut Self::W) -> Self::Bool; }

Required Associated Types§

Required Methods§

Source

fn equal(a: &TokenId, b: &TokenId, w: &mut Self::W) -> Self::Bool

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§