pub trait AeronUriParseCallbackCallback {
// Required method
fn handle_aeron_uri_parse_callback(
&mut self,
key: &'static str,
value: &'static str,
) -> c_int;
}
Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)