ZagZig

Trait ZagZig 

Source
pub trait ZagZig {
    type Output;

    // Required method
    fn zagzig(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn zagzig(self) -> Self::Output

Implementations on Foreign Types§

Source§

impl ZagZig for u8

Source§

type Output = i8

Source§

fn zagzig(self) -> Self::Output

Source§

impl ZagZig for u16

Source§

type Output = i16

Source§

fn zagzig(self) -> Self::Output

Source§

impl ZagZig for u32

Source§

type Output = i32

Source§

fn zagzig(self) -> Self::Output

Source§

impl ZagZig for u64

Source§

type Output = i64

Source§

fn zagzig(self) -> Self::Output

Source§

impl ZagZig for u128

Source§

type Output = i128

Source§

fn zagzig(self) -> Self::Output

Implementors§