Trait tlist::Empty

source ·
pub trait Empty: TList + Sealed { }
Expand description

The empty TList.

Only TNil implements this constraining trait.

See also TList::IS_EMPTY and IsEmpty if you want work with both Empty and NonEmpty lists generically.

Implementors§