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§
- Default
Token - A small token that’s also checked at runtime, ensuring that a
TokenCell
is never accidentally used with another instance of the same token type. - KeArc
Tree - A shared KeTree.
- KeArc
Tree Inner - KeArc
Tree Node - Token
Packer - Tokenized
- Weak
Convert Error