Trait tuple::OpReverse

source ·
pub trait OpReverse {
    type Output;

    fn reverse(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

reverse the elements.

Implementations on Foreign Types§

Implementors§