Skip to main content

CrtWrapping

Trait CrtWrapping 

Source
pub trait CrtWrapping {
    type I;

    // Required method
    fn crt_wrapping(&self) -> Self::I;
}

Required Associated Types§

Source

type I

Required Methods§

Source

fn crt_wrapping(&self) -> Self::I

Implementations on Foreign Types§

Source§

impl CrtWrapping for [(u8, u8)]

Source§

type I = u8

Source§

fn crt_wrapping(&self) -> u8

Source§

impl CrtWrapping for [(u16, u16)]

Source§

impl CrtWrapping for [(u32, u32)]

Source§

impl CrtWrapping for [(u64, u64)]

Source§

impl CrtWrapping for [(u128, u128)]

Source§

impl CrtWrapping for [(usize, usize)]

Implementors§