Module radn::rstd::collections::stack
source · Expand description
Basic implementation of a stack/linked list.
Structs
- Node containing a (nullable) reference to the next node and an element.
Enums
Traits
Type Definitions
- See
StackVecResult. - See
StackVecWrapped. - See
ExtStackClone::vec.