[][src]Trait type_freak::tuple::Triple

pub trait Triple { }

Represents a tuple with three types.

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...