pub fn engine_fallback_type() -> Arc<TypeDefinition> ⓘExpand description
Engine-wide sentinel type. Used by ops that need a shared reference
type at the Engine level (search, health, list) — always resolves to
default@1.0.0::spec. Per-entity resolution still goes through
type_by_name + schema lookup.