warp::generic

Trait Tuple

Source
pub trait Tuple: Sized {
    type HList: HList<Tuple = Self>;

    // Required method
    fn hlist(self) -> Self::HList;

    // Provided method
    fn combine<T>(
        self,
        other: T,
    ) -> <<<Self as Tuple>::HList as Combine<<T as Tuple>::HList>>::Output as HList>::Tuple
       where Self: Sized,
             T: Tuple,
             Self::HList: Combine<T::HList> { ... }
}

Required Associated Types§

Source

type HList: HList<Tuple = Self>

Required Methods§

Source

fn hlist(self) -> Self::HList

Provided Methods§

Source

fn combine<T>( self, other: T, ) -> <<<Self as Tuple>::HList as Combine<<T as Tuple>::HList>>::Output as HList>::Tuple
where Self: Sized, T: Tuple, Self::HList: Combine<T::HList>,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Tuple for ()

Source§

type HList = ()

Source§

fn hlist(self) -> Self::HList

Source§

impl<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T1, Product<T2, Product<T3, Product<T4, Product<T5, Product<T6, Product<T7, Product<T8, Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T2, Product<T3, Product<T4, Product<T5, Product<T6, Product<T7, Product<T8, Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T3, Product<T4, Product<T5, Product<T6, Product<T7, Product<T8, Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T4, Product<T5, Product<T6, Product<T7, Product<T8, Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T5, Product<T6, Product<T7, Product<T8, Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T6, Product<T7, Product<T8, Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T7, Product<T8, Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T8, T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T8, T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T8, Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T9, T10, T11, T12, T13, T14, T15, T16> Tuple for (T9, T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T9, Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T10, T11, T12, T13, T14, T15, T16> Tuple for (T10, T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T10, Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T11, T12, T13, T14, T15, T16> Tuple for (T11, T12, T13, T14, T15, T16)

Source§

type HList = Product<T11, Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T12, T13, T14, T15, T16> Tuple for (T12, T13, T14, T15, T16)

Source§

type HList = Product<T12, Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T13, T14, T15, T16> Tuple for (T13, T14, T15, T16)

Source§

type HList = Product<T13, Product<T14, Product<T15, Product<T16, ()>>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T14, T15, T16> Tuple for (T14, T15, T16)

Source§

type HList = Product<T14, Product<T15, Product<T16, ()>>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T15, T16> Tuple for (T15, T16)

Source§

type HList = Product<T15, Product<T16, ()>>

Source§

fn hlist(self) -> Self::HList

Source§

impl<T16> Tuple for (T16,)

Source§

type HList = Product<T16, ()>

Source§

fn hlist(self) -> Self::HList

Implementors§