flex_alloc::vec

Module config

Source
Expand description

Vec configuration types and trait definitions.

Structs§

  • Parameterize Vec with a custom index type or growth behavior.
  • Parameterize Vec with a custom index type or growth behavior.

Traits§

  • Define the associated types for Vec instances.
  • Configuration for Vec types supporting an allocator.
  • Support creation of new Vec instances without a storage reference.
  • Support creation of new Vec buffer instances from an existing instance.
  • Support creation of a new Vec instance within an allocation target.