pub trait Kind: Sealed { }
Expand description

The linked list kind: min-list or max-list

Implementors