pub type InvokeHandler = Arc<dyn Fn(&EmberPath, i32, &[EmberValue]) -> Result<InvocationResult> + Send + Sync>;
Handler for function invocations.
pub struct InvokeHandler { /* private fields */ }