pub fn register_all(registry: &mut dyn FunctionRegistry) -> Result<()>Expand description
Registers all enabled packages with a FunctionRegistry, overriding any existing
functions if there is a name clash.
pub fn register_all(registry: &mut dyn FunctionRegistry) -> Result<()>Registers all enabled packages with a FunctionRegistry, overriding any existing
functions if there is a name clash.