pub trait AeronDriverTerminationHookFuncCallback {
    // Required method
    fn handle_aeron_driver_termination_hook_func(&mut self);
}

Required Methods§

Implementors§