Skip to main content

ProtocolDispatchFn

Type Alias ProtocolDispatchFn 

Source
pub type ProtocolDispatchFn = fn(&mut (dyn Any + 'static), &str, &[(&str, &(dyn SlotValue + 'static))], &mut RuntimeResourceRef<'_>) -> Result<DispatchResult, String>;
Expand description

Type alias for the ProtocolRuntime downcast-dispatch fn pointer stored in the dispatcher registry.