Struct hlist::Nil [] [src]

pub struct Nil;

The empty HList.

Trait Implementations

impl HList for Nil

fn push<N>(self, item: N) -> Cons<N, Self>