pub trait AeronUriHostnameResolverFuncCallback {
// Required method
fn handle_aeron_uri_hostname_resolver_func(
&mut self,
host: &'static str,
hints: Addrinfo,
info: *mut *mut addrinfo,
) -> c_int;
}
Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)