//! Stable logical descriptor identifiers for dynamic model integrations.
/// Logical planning-entity class identifier.
///
/// Macro-generated Rust models can continue to use `TypeId`. Dynamic binding
/// models use this ID when multiple host-language entity classes share one
/// Rust backing row type.
;
/// Logical planning-variable identifier.
;
/// Logical problem-fact class identifier.
;