pub trait IntoPermutations<T: Ord> { // Required method fn permutations(self) -> Permutations<T> ⓘ; }