Trait num_prime::detail::PrimalityBase

source ·
pub trait PrimalityBase: Integer + Roots + NumRef + Clone + FromPrimitive + ToPrimitive + ExactRoots + BitTest + ModularRefOps { }
Expand description

A dummy trait for integer type. All types that implements this and PrimalityRefBase will be supported by most functions in num-primes

Object Safety§

This trait is not object safe.

Implementors§