Trait monster::incubation::swap_tuple::SwapTupleExt [] [src]

pub trait SwapTupleExt {
    type Result;
    fn swap(self) -> Self::Result;
}

Associated Types

type Result

Required Methods

fn swap(self) -> Self::Result

Swap the two tuple elements

Implementors