[][src]Trait type_freak::tuple::Quadruple

pub trait Quadruple { }

Represents a tuple with four types.

Implementations on Foreign Types

impl<A, B, C, D> Quadruple for (A, B, C, D)[src]

Loading content...

Implementors

Loading content...