Trait Swap1

Source
pub trait Swap1 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn swap1(self) -> Self::Output

Implementors§