rusteron_media_driver

Trait AeronFlowControlStrategyErrorFuncCallback

Source
pub trait AeronFlowControlStrategyErrorFuncCallback {
    // Required method
    fn handle_aeron_flow_control_strategy_on_error_func(
        &mut self,
        error: &'static [u8],
        recv_addr: SockaddrStorage,
        now_ns: i64,
    );
}
Expand description

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

Required Methods§

Source

fn handle_aeron_flow_control_strategy_on_error_func( &mut self, error: &'static [u8], recv_addr: SockaddrStorage, now_ns: i64, )

Implementors§