Module traits

Module traits 

Source
Expand description

Allows importing all of the KeTree traits at once.

Modules§

default_impls

Traits§

AsNode
AsNodeMut
HasChunk
IChildren
IChildrenProvider
Provides a data-structure to store children to the KeTree.
IEntry
IKeyExprTree
The basic immutable methods of all KeTrees.
IKeyExprTreeMut
The basic mutable methods of all KeTrees.
IKeyExprTreeNode
The non-mutating methods of a KeTree node.
IKeyExprTreeNodeMut
The mutating methods of a KeTree node.
ITokenKeyExprTree
The basic operations of a KeTree when a Token is necessary to access data.
ITokenKeyExprTreeNode
Nodes from a token-locked tree need a token to obtain read/write permissions.