pub trait NextPermutation {
    fn next_permutation(&mut self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Implementors§