[−][src]Crate pl_hlist
Macros
| hlist | Shorthand for building an |
Structs
| HCons | The "cons" of a head element of type |
| HNil | An empty |
Traits
| FromHList | Allows for conversion from an |
| HList | A heterogeneous list that can hold elements of different types. |
| IntoHList | Allows for converting (and consuming) |
| ToHList | Allows for copying the contents of |
Derive Macros
| HListSupport |