Struct hlist::Nil [] [src]

pub struct Nil;

The empty HList.

Trait Implementations

impl Clone for Nil
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Nil
[src]

impl Debug for Nil
[src]

Formats the value using the given formatter.

impl HList for Nil
[src]

Consumes the HList, and returns a new HList with item at the beginning.

impl<RHS> Add<RHS> for Nil
[src]

The resulting type after applying the + operator

The method for the + operator