[][src]Trait type_freak::tuple::SingleTuple

pub trait SingleTuple { }

Represents a tuple with single type.

Implementations on Foreign Types

impl<A> SingleTuple for (A,)[src]

Loading content...

Implementors

Loading content...