Skip to main content

DNSServiceDomainEnumReply

Type Alias DNSServiceDomainEnumReply 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(*mut StructDNSServiceRef, DNSServiceFlags, u32, DNSServiceErrorType, *const i8, *mut c_void))

Some value of type T.