Type Alias Nil

Source
pub type Nil = Constant<True>;
Expand description

An empty singly linked list.

Aliased Typeยง

struct Nil { /* private fields */ }