pub trait Tuple: Sized {
    type Distributions: TupledDistributions<Item = Self>;
    type Builder: TupledDistributionsBuilder<Item = Self>;
}
Expand description

Any tuple: (A, B, ..)

Required Associated Types§

A tuple of distributions associated with this tuple

A tuple of vectors associated with this tuple

Implementations on Foreign Types§

Implementors§