[][src]Trait flatten::NotTuple

pub auto trait NotTuple { }

Assert (to rustc) that your type isn't tuple.

Implementations on Foreign Types

impl !NotTuple for ()
[src]

impl<A> !NotTuple for (A,)
[src]

impl<R> !NotTuple for Either<!, R>
[src]

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

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

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

impl<A, B, C, D, E> !NotTuple for (A, B, C, D, E)
[src]

impl<A, B, C, D, E, F> !NotTuple for (A, B, C, D, E, F)
[src]

impl<A, B, C, D, E, F, G> !NotTuple for (A, B, C, D, E, F, G)
[src]

impl<A, B, C, D, E, F, G, H> !NotTuple for (A, B, C, D, E, F, G, H)
[src]

impl<A, B, C, D, E, F, G, H, I> !NotTuple for (A, B, C, D, E, F, G, H, I)
[src]

impl<A, B, C, D, E, F, G, H, I, J> !NotTuple for (A, B, C, D, E, F, G, H, I, J)
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> !NotTuple for (A, B, C, D, E, F, G, H, I, J, K)
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L> !NotTuple for (A, B, C, D, E, F, G, H, I, J, K, L)
[src]

Loading content...

Implementors

Loading content...

Auto implementors

Loading content...