rune::core::object::hashtable

Type Alias HashTable

Source
pub(crate) type HashTable<'ob> = IndexMap<Gc<ObjectType<'ob>>, Gc<ObjectType<'ob>>>;

Aliased Typeยง

struct HashTable<'ob> { /* private fields */ }