pub trait FunctionSet: Send + Sync { // Required method fn get(&self, name: &str) -> Option<Arc<dyn Function>>; }