rusteron_media_driver

Trait AeronAgentDoWorkFuncCallback

Source
pub trait AeronAgentDoWorkFuncCallback {
    // Required method
    fn handle_aeron_agent_do_work_func(&mut self) -> c_int;
}
Expand description

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

Required Methods§

Implementors§