Expand description
Common relevant traits, structs, enums.
Re-exports§
pub use crate::FixedVec;
Enums§
- Pinned
VecGrowth Error - Error occurred during an attempt to increase capacity of the pinned vector.
Traits§
- Concurrent
Pinned Vec - A wrapper for a pinned vector which provides additional guarantees for concurrent programs.
- Into
Concurrent Pinned Vec - A pinned vector which can be wrapped into a concurrent pinned vector.
- Pinned
Vec - Trait for vector representations differing from
std::vec::Vec
by the following: