Type Alias RuntimeEntry

Source
pub type RuntimeEntry<T> = Entry<NoMetadata<T>>;
Expand description

A table entry with no predefined fields

It takes a tag struct as a type to distinguish between entries from different tables at compile time (runtime checks are also done on a best-effort basis)

Aliased Typeยง

struct RuntimeEntry<T> { /* private fields */ }