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