[][src]Trait type_freak::tuple::Pair

pub trait Pair { }

Represents a tuple with double types.

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...