pub trait AeronArchiveDelegatingInvokerFuncCallback {
// Required method
fn handle_aeron_archive_delegating_invoker_func(&mut self);
}
Expand description
Callback to allow execution of a delegating invoker to be run.
(note you must copy any arguments that you use afterwards even those with static lifetimes)