Trait teo_runtime::struct::function::static_function::StaticFunction
source · pub trait StaticFunction: Send + Sync {
// Required method
fn call(&self, arguments: Arguments) -> Result<Object>;
}