pub type DNSServiceDomainEnumReply = Option<extern "C" fn(DNSServiceRef, DNSServiceFlags, uint32_t, DNSServiceErrorType, *const c_char, *mut c_void)>;Aliased Type§
pub enum DNSServiceDomainEnumReply {
None,
Some(extern "C" fn(*mut StructDNSServiceRef, DNSServiceFlags, u32, DNSServiceErrorType, *const i8, *mut c_void)),
}Variants§
None
No value.
Some(extern "C" fn(*mut StructDNSServiceRef, DNSServiceFlags, u32, DNSServiceErrorType, *const i8, *mut c_void))
Some value of type T.