Trait marigold_impl::permutations::Permutable
source · pub trait Permutable<T> {
fn permutations<'async_trait>(
self,
k: usize
) -> Pin<Box<dyn Future<Output = Iter<Permutations<IntoIter<T>>>> + Send + 'async_trait>>
where
Self: 'async_trait;
}