rusteron_media_driver

Trait AeronAgentStartFuncCallback

Source
pub trait AeronAgentStartFuncCallback {
    // Required method
    fn handle_aeron_agent_on_start_func(&mut self, role_name: &'static str);
}
Expand description

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

Required Methods§

Source

fn handle_aeron_agent_on_start_func(&mut self, role_name: &'static str)

Implementors§