Trait crypto_bigint::Bounded
source · pub trait Bounded {
const BITS: usize;
const BYTES: usize;
}
Expand description
Integers whose representation takes a bounded amount of space.
Required Associated Constants§
Object Safety§
This trait is not object safe.