Crate stadium

Source

Structs§

  • A structure used to create a Stadium. This function can be created using the stadium::builder function.
  • A safe handle to a specific object stored in a specific Stadium. This handle can be optained from the Builder::insert function.
  • Stores information about a T.
  • A handle to a T that does not own a T. This handle dos not remember what stadium created it.
  • A chunk of allocated memory that stores a bunch of values of different types.

Functions§