Expand description
About shared pointers. Re-export the archery crate.
Structs§
- ArcK
- Type constructors for
Arcpointers. - ArcTK
- Type constructors for
triomphe::Arcpointers. - RcK
- Type constructors for
Rcpointers. - Shared
Pointer - Pointer to shared data with reference-counting.
Traits§
- Shared
Pointer Kind - Trait for type constructors of reference-counting pointers.
Type Aliases§
- Default
Shared Ptr - Default shared pointer used in data structures like
vector::Vectorin this crate. This alias points toArcKiftriompheis disabled,ArcTKotherwise.