pub trait AeronDriverTerminationHookFuncCallback {
// Required method
fn handle_aeron_driver_termination_hook_func(&mut self);
}Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)
pub trait AeronDriverTerminationHookFuncCallback {
// Required method
fn handle_aeron_driver_termination_hook_func(&mut self);
}(note you must copy any arguments that you use afterwards even those with static lifetimes)