Trait tuple::OpReverse [] [src]

pub trait OpReverse {
    type Output;
    fn reverse(self) -> Self::Output;
}

Associated Types

Required Methods

reverse the elements.

Implementors