Trait Swap32

Source
pub trait Swap32 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn swap32(self) -> Self::Output

Implementors§