Module frunk::hlist [] [src]

Structs

HCons

An HList is a heterogeneous list, one that is statically typed at compile time.

HNil

Represents the right-most end of a heterogeneous list

Traits

HList
IntoTuple2

Functions

h_cons

Takes an element and an Hlist and returns another one with the element prepended to the original list. The original list is consumed