pub trait AeronTermGapScannerGapDetectedFuncCallback {
// Required method
fn handle_aeron_term_gap_scanner_on_gap_detected_func(
&mut self,
term_id: i32,
term_offset: i32,
length: usize,
);
}
Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)