Module timely::container::flatcontainer

source ·
Expand description

Present a FlatStack as a timely container.

Modules§

  • Various region implementations.

Structs§

Traits§

  • An index into a region. Automatically implemented for relevant types.
  • A reference type corresponding to an owned type, supporting conversion in each direction.
  • Push an item T into a region.
  • A region to absorb presented data and present it as a type with a lifetime.
  • A trait to let types express a default container type and an owned type, which can be used to define regions in simpler terms.
  • Reserve space in the receiving region.