Struct hlist::Nil [] [src]

pub struct Nil;

The empty HList.

Trait Implementations

impl Clone for Nil
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Nil
[src]

impl Debug for Nil
[src]

[src]

Formats the value using the given formatter.

impl Default for Nil
[src]

[src]

Returns the "default value" for a type. Read more

impl HList for Nil
[src]

[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.

[src]

Performs the + operation.