Module orx_fixed_vec::prelude
source · Expand description
Common relevant traits, structs, enums.
Re-exports§
pub use crate::FixedVec;
Enums§
- Provides detailed information of capacity state of the pinned vector.
- Error occurred during an attempt to increase capacity of the pinned vector.
Traits§
- Trait for vector representations differing from
std::vec::Vec
by the following: