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