pub trait PluginRegistrar { // Required method fn register_function(&mut self, name: &str, function: Arc<dyn Function>); }