//! Citizen descriptor for the lazy table class, mapping forced table entries to
//! and from their serialized expression form via [`lazy_table_class_symbol`]
//! and [`LazyTableDescriptor`].
use Citizen;
use ;
/// Serialized form of a [`LazyTable`](crate::LazyTable): the citizen descriptor
/// holding the table's (forced) entries as key/expression pairs.
///
/// Produced when a lazy table is encoded -- which forces every loader -- and
/// read back when a `table/LazyTable` constructor is decoded.
/// The fully qualified class symbol (`table/LazyTable`) for the lazy table
/// citizen.