Trait Swap16

Source
pub trait Swap16 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn swap16(self) -> Self::Output

Implementors§