pub trait AeronCountersReaderForeachMetadataFuncCallback {
// Required method
fn handle_aeron_counters_reader_foreach_metadata_func(
&mut self,
id: i32,
type_id: i32,
key: &'static [u8],
label: &'static [u8],
);
}
Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)