Struct rust_examples::dependent::HNil[][src]

pub struct HNil;
Expand description

Structure representing the null pointer at the end of each HList.

Alternatively, HNil repreents an empty HList.

Trait Implementations

HNil is an empty HList (i.e. of length N = 0).

Add given element to the front of this HList.

Concatenate this and given HList. Read more

Analogy to Vec::len.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.