pub trait StaticFunction: Send + Sync { // Required method fn call(&self, arguments: Arguments) -> Result<Value>; }