rusteron_media_driver

Trait AeronRetransmitHandlerResendFuncCallback

Source
pub trait AeronRetransmitHandlerResendFuncCallback {
    // Required method
    fn handle_aeron_retransmit_handler_resend_func(
        &mut self,
        term_id: i32,
        term_offset: i32,
        length: usize,
    ) -> c_int;
}
Expand description

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

Required Methods§

Source

fn handle_aeron_retransmit_handler_resend_func( &mut self, term_id: i32, term_offset: i32, length: usize, ) -> c_int

Implementors§