Trait marigold_impl::combinations::Combinable
source · [−]pub trait Combinable<T> {
fn combinations<'async_trait>(
self,
k: usize
) -> Pin<Box<dyn Future<Output = Iter<Combinations<IntoIter<T>>>> + Send + 'async_trait>>
where
Self: 'async_trait;
}Required Methods
sourcefn combinations<'async_trait>(