Trait Swap64

Source
pub trait Swap64 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn swap64(self) -> Self::Output

Implementors§