Enum hlist::Here [] [src]

pub enum Here {}

Used as an index into an HList.

Here is 0, pointing to the head of the HList.

Users should normally allow type inference to create this type