ZigZag

Trait ZigZag 

Source
pub trait ZigZag {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn zigzag(self) -> Self::Output

Implementations on Foreign Types§

Source§

impl ZigZag for i8

Source§

impl ZigZag for i16

Source§

impl ZigZag for i32

Source§

impl ZigZag for i64

Source§

impl ZigZag for i128

Implementors§