Skip to main content

InvokeHandler

Type Alias InvokeHandler 

Source
pub type InvokeHandler = Arc<dyn Fn(&EmberPath, i32, &[EmberValue]) -> Result<InvocationResult> + Send + Sync>;
Expand description

Handler for function invocations.

Aliased Typeยง

pub struct InvokeHandler { /* private fields */ }