Expand description
Unsafe traits and functions cautiously used in the library but made unsafe to discourage their external use.
Traits§
- Unsafe
Borrow - This is required to generalize TreeIterator with a single ::new method.
- Unsafe
Clone - This is required to generalize TreeIterator with a single ::new method.
- Unsafe
From
Functions§
- longer_
mut ⚠ - Makes the mutable reference live longer.
- longer_
ref ⚠ - Makes the reference live longer.