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