Skip to main content

Swap8

Trait Swap8 

Source
pub trait Swap8 {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn swap8(self) -> Self::Output

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§