Module arc_tree

Source
Expand description

An implementation of a KeTree with shared-ownership of nodes, using token_cell to allow safe access to the tree’s data.

This implementation allows sharing ownership of members of the KeTree.

Structs§

DefaultToken
KeArcTree
A shared KeTree.
KeArcTreeInner
KeArcTreeNode
TokenPacker
Tokenized
WeakConvertError

Traits§

IArc
IArcProvider