Enum frunk_core::hlist::Here [] [src]

pub enum Here {}

Largely lifted from https://github.com/Sgeo/hlist/blob/master/src/lib.rs#L30 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