Trait Swap2

Source
pub trait Swap2 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn swap2(self) -> Self::Output

Implementors§