hacspec_lib::prelude

Trait PublicInteger

Source
pub trait PublicInteger: Integer {
    type SecretVersion: Integer;
}

Required Associated Types§

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.

Implementations on Foreign Types§

Source§

impl PublicInteger for i8

Source§

impl PublicInteger for i16

Source§

impl PublicInteger for i32

Source§

impl PublicInteger for i64

Source§

impl PublicInteger for i128

Source§

impl PublicInteger for u8

Source§

impl PublicInteger for u16

Source§

impl PublicInteger for u32

Source§

impl PublicInteger for u64

Source§

impl PublicInteger for u128

Implementors§