//! Citizen descriptor for the hash table class, mapping table entries to and
//! from their serialized expression form via [`hash_table_class_symbol`] and
//! [`HashTableDescriptor`].
use Citizen;
use ;
/// Serialized form of a [`HashTable`](crate::HashTable): the citizen descriptor
/// holding the table's entries as key/expression pairs.
///
/// Produced when a hash table is encoded and read back when a `table/HashTable`
/// constructor is decoded.
/// The fully qualified class symbol (`table/HashTable`) for the hash table
/// citizen.