rusteron_media_driver

Trait AeronExecutorExecutionCompleteFuncCallback

Source
pub trait AeronExecutorExecutionCompleteFuncCallback {
    // Required method
    fn handle_aeron_executor_on_execution_complete_func(
        &mut self,
        task: *mut aeron_executor_task_t,
    ) -> c_int;
}
Expand description

(note you must copy any arguments that you use afterwards even those with static lifetimes)

Required Methods§

Implementors§