Module maple_tree

Source
Expand description

Structs§

AllocError
Error type for failure to insert a new value.
InsertError
Error type for failure to insert a new value.
MaState
A helper type used for navigating a MapleTree.
MapleGuard
A reference to a MapleTree that owns the inner lock.
MapleTree
A maple tree optimized for storing non-overlapping ranges.
MapleTreeAlloc
A maple tree with MT_FLAGS_ALLOC_RANGE set.

Enums§

AllocErrorKind
The reason for the failure to insert.
InsertErrorKind
The reason for the failure to insert.