pub trait NumLimbs: Clone + Debug {
type Limbs: ArrayLength + Debug;
type Witness: ArrayLength + Debug;
}Expand description
Trait that holds the typenum values for # of limbs and # of witness limbs.
Required Associated Types§
type Limbs: ArrayLength + Debug
type Witness: ArrayLength + Debug
Object Safety§
This trait is not object safe.