pub trait AeronFlowControlStrategyTriggerSendSetupFuncCallback {
// Required method
fn handle_aeron_flow_control_strategy_on_trigger_send_setup_func(
&mut self,
sm: &'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)