pub struct HNil;
Structure representing the null pointer at the end of each HList.
Alternatively, HNil repreents an empty HList.
HNil is an empty HList (i.e. of length N = 0).
N = 0
Add given element to the front of this HList.
Concatenate this and given HList. Read more
HList
Analogy to Vec::len.
Vec::len
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.