Skip to main content

engine_fallback_type

Function engine_fallback_type 

Source
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.