RdfFusionFunctionRegistryRef

Type Alias RdfFusionFunctionRegistryRef 

Source
pub type RdfFusionFunctionRegistryRef = Arc<dyn RdfFusionFunctionRegistry>;
Expand description

A reference-counted pointer to an implementation of the RdfFusionFunctionRegistry trait.

This type alias is used throughout the codebase to pass around references to function registries without tying code to specific implementations.

Aliased Typeยง

pub struct RdfFusionFunctionRegistryRef { /* private fields */ }