Trait Swap4

Source
pub trait Swap4 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn swap4(self) -> Self::Output

Implementors§