Module prelude

Source
Expand description

Common relevant traits, structs, enums.

Re-exports§

pub use crate::FixedVec;

Enums§

PinnedVecGrowthError
Error occurred during an attempt to increase capacity of the pinned vector.

Traits§

ConcurrentPinnedVec
A wrapper for a pinned vector which provides additional guarantees for concurrent programs.
IntoConcurrentPinnedVec
A pinned vector which can be wrapped into a concurrent pinned vector.
PinnedVec
Trait for vector representations differing from std::vec::Vec by the following: