pub type DispatchFn = fn(RawRequest, &AppContext) -> Response;Expand description
Sync command dispatch, passed in from main (the binary owns the command
table). Invoked only inside executor jobs in subc mode.
pub type DispatchFn = fn(RawRequest, &AppContext) -> Response;Sync command dispatch, passed in from main (the binary owns the command
table). Invoked only inside executor jobs in subc mode.